diff options
-rw-r--r-- | usr/src/cmd/mdb/common/modules/v8/mdb_v8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/mdb/common/modules/v8/mdb_v8.c b/usr/src/cmd/mdb/common/modules/v8/mdb_v8.c index 28ca6db42f..746c7746e0 100644 --- a/usr/src/cmd/mdb/common/modules/v8/mdb_v8.c +++ b/usr/src/cmd/mdb/common/modules/v8/mdb_v8.c @@ -1590,7 +1590,7 @@ jsobj_properties(uintptr_t addr, if (mdb_vread(&ptr, ps, map + off) == -1) goto err; - if (V8_OFF_MAP_TRANSITIONS != -1) { + if (V8_OFF_MAP_INSTANCE_DESCRIPTORS == -1) { if (read_heap_array(ptr, &trans, &ntrans, UM_SLEEP) != 0) goto err; |