| Index: test/cctest/test-heap-profiler.cc | 
| diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc | 
| index a26edd5358f45c7f5707b225b3f9cd47e65e3abd..4c2ac10a306dc740a9515cf6c386f632f760124e 100644 | 
| --- a/test/cctest/test-heap-profiler.cc | 
| +++ b/test/cctest/test-heap-profiler.cc | 
| @@ -2379,12 +2379,8 @@ TEST(CheckCodeNames) { | 
| heap_profiler->TakeHeapSnapshot(v8_str("CheckCodeNames")); | 
| CHECK(ValidateSnapshot(snapshot)); | 
|  | 
| -  const char* stub_path[] = { | 
| -    "::(GC roots)", | 
| -    "::(Strong roots)", | 
| -    "code_stubs::", | 
| -    "::(ArraySingleArgumentConstructorStub code)" | 
| -  }; | 
| +  const char* stub_path[] = {"::(GC roots)", "::(Strong roots)", "code_stubs::", | 
| +                             "::(CEntryStub code)"}; | 
| const v8::HeapGraphNode* node = GetNodeByPath(snapshot, | 
| stub_path, arraysize(stub_path)); | 
| CHECK(node); | 
|  |