| Index: test/cctest/test-heap-profiler.cc
|
| diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc
|
| index 8f9b4843912a2fe807bae69188f96bbc9b70e296..4852843e24e2cc9e988c4fce3e877e03c77431b7 100644
|
| --- a/test/cctest/test-heap-profiler.cc
|
| +++ b/test/cctest/test-heap-profiler.cc
|
| @@ -1719,9 +1719,6 @@ TEST(GlobalObjectFields) {
|
| const v8::HeapGraphNode* native_context =
|
| GetProperty(global, v8::HeapGraphEdge::kInternal, "native_context");
|
| CHECK_NE(NULL, native_context);
|
| - const v8::HeapGraphNode* global_context =
|
| - GetProperty(global, v8::HeapGraphEdge::kInternal, "global_context");
|
| - CHECK_NE(NULL, global_context);
|
| const v8::HeapGraphNode* global_proxy =
|
| GetProperty(global, v8::HeapGraphEdge::kInternal, "global_proxy");
|
| CHECK_NE(NULL, global_proxy);
|
|
|