| Index: src/heap-snapshot-generator.cc
|
| diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc
|
| index 3b1f235e7542ed006d5cdb6cbdb165f3f6f65895..9f9f84a01dc3d3fb53d165e97ad7bd060d8538c9 100644
|
| --- a/src/heap-snapshot-generator.cc
|
| +++ b/src/heap-snapshot-generator.cc
|
| @@ -1339,10 +1339,10 @@ void V8HeapExplorer::ExtractPropertyReferences(JSObject* js_obj, int entry) {
|
| }
|
| break;
|
| }
|
| - case CONSTANT_FUNCTION:
|
| + case CONSTANT:
|
| SetPropertyReference(
|
| js_obj, entry,
|
| - descs->GetKey(i), descs->GetConstantFunction(i));
|
| + descs->GetKey(i), descs->GetConstant(i));
|
| break;
|
| case CALLBACKS:
|
| ExtractAccessorPairProperty(
|
|
|