| Index: test/cctest/test-heap-profiler.cc
|
| diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc
|
| index c0a8628214427f9e95dcddd8bcfe6579381b6a53..4416f38973ae1123130fb1f395fd4d5e77d2c34f 100644
|
| --- a/test/cctest/test-heap-profiler.cc
|
| +++ b/test/cctest/test-heap-profiler.cc
|
| @@ -2577,9 +2577,6 @@ TEST(ArrayBufferAndArrayBufferView) {
|
| const v8::HeapGraphNode* arr1_buffer =
|
| GetProperty(arr1_obj, v8::HeapGraphEdge::kInternal, "buffer");
|
| CHECK(arr1_buffer);
|
| - const v8::HeapGraphNode* first_view =
|
| - GetProperty(arr1_buffer, v8::HeapGraphEdge::kWeak, "weak_first_view");
|
| - CHECK(first_view);
|
| const v8::HeapGraphNode* backing_store =
|
| GetProperty(arr1_buffer, v8::HeapGraphEdge::kInternal, "backing_store");
|
| CHECK(backing_store);
|
|
|