| Index: test/cctest/test-heap-profiler.cc
|
| diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc
|
| index 13bcebc3c8b409966abaf959fb7e0f6928a71993..ed1d4936bc8b8fb2ed45b8ed4b4e907e9e2363b5 100644
|
| --- a/test/cctest/test-heap-profiler.cc
|
| +++ b/test/cctest/test-heap-profiler.cc
|
| @@ -2395,11 +2395,8 @@ TEST(CheckCodeNames) {
|
| stub_path, arraysize(stub_path));
|
| CHECK_NE(NULL, node);
|
|
|
| - const char* builtin_path1[] = {
|
| - "::(GC roots)",
|
| - "::(Builtins)",
|
| - "::(KeyedLoadIC_Generic builtin)"
|
| - };
|
| + const char* builtin_path1[] = {"::(GC roots)", "::(Builtins)",
|
| + "::(KeyedLoadIC_Megamorphic builtin)"};
|
| node = GetNodeByPath(snapshot, builtin_path1, arraysize(builtin_path1));
|
| CHECK_NE(NULL, node);
|
|
|
|
|