Index: test/cctest/test-heap-profiler.cc |
diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc |
index f461eff949c0337b8cbcc26f8fae6003a090d652..0a255b69b5594559fc87956cda165d3971f671ed 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); |