Index: test/cctest/test-heap-profiler.cc |
diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc |
index 54052ef560eb44b19fdaec6a8ca4c529f13d7a66..be62f39a668e26e5d96157ee29c5cf58cb2de27f 100644 |
--- a/test/cctest/test-heap-profiler.cc |
+++ b/test/cctest/test-heap-profiler.cc |
@@ -2578,9 +2578,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); |