| Index: src/heap-snapshot-generator.cc
|
| diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc
|
| index bae364cae7d197531e73f98e4eb00ffc5e118519..26cc0471af774c970a545930b0ae720893cce8da 100644
|
| --- a/src/heap-snapshot-generator.cc
|
| +++ b/src/heap-snapshot-generator.cc
|
| @@ -1566,8 +1566,6 @@ class JSArrayBufferDataEntryAllocator : public HeapEntriesAllocator {
|
|
|
| void V8HeapExplorer::ExtractJSArrayBufferReferences(
|
| int entry, JSArrayBuffer* buffer) {
|
| - SetWeakReference(buffer, entry, "weak_next", buffer->weak_next(),
|
| - JSArrayBuffer::kWeakNextOffset);
|
| // Setup a reference to a native memory backing_store object.
|
| if (!buffer->backing_store())
|
| return;
|
|
|