| Index: test/cctest/test-heap-profiler.cc | 
| diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc | 
| index be074f8ba8162ea80ba19c84beed2124f013114f..e05e77d2045c836a9790e880378b26874f55ad7a 100644 | 
| --- a/test/cctest/test-heap-profiler.cc | 
| +++ b/test/cctest/test-heap-profiler.cc | 
| @@ -1698,9 +1698,6 @@ TEST(GlobalObjectFields) { | 
| const v8::HeapSnapshot* snapshot = heap_profiler->TakeHeapSnapshot(); | 
| CHECK(ValidateSnapshot(snapshot)); | 
| const v8::HeapGraphNode* global = GetGlobalObject(snapshot); | 
| -  const v8::HeapGraphNode* builtins = | 
| -      GetProperty(global, v8::HeapGraphEdge::kInternal, "builtins"); | 
| -  CHECK(builtins); | 
| const v8::HeapGraphNode* native_context = | 
| GetProperty(global, v8::HeapGraphEdge::kInternal, "native_context"); | 
| CHECK(native_context); | 
|  |