| Index: src/heap-snapshot-generator.cc
|
| diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc
|
| index 3d890f720ec5aeb19d7620d7a3b7859dc27b098f..9e2a741c45433525f01a345b2def9cb146754b28 100644
|
| --- a/src/heap-snapshot-generator.cc
|
| +++ b/src/heap-snapshot-generator.cc
|
| @@ -1332,7 +1332,7 @@ void V8HeapExplorer::ExtractPropertyReferences(JSObject* js_obj, int entry) {
|
| js_obj->GetInObjectPropertyOffset(index));
|
| }
|
| } else {
|
| - Object* value = js_obj->FastPropertyAt(index);
|
| + Object* value = js_obj->RawFastPropertyAt(index);
|
| if (k != heap_->hidden_string()) {
|
| SetPropertyReference(js_obj, entry, k, value);
|
| } else {
|
|
|