| Index: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profiling.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profiling.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profiling.html
|
| index 8dfb8689d24e3460997f9d3f80d879067a9d35ca..e28a6874054d150d850802fe7790a9304beb18bd 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profiling.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profiling.html
|
| @@ -38,7 +38,7 @@ function test()
|
| if (!tree)
|
| InspectorTest.addResult("no tree");
|
| checkFunction(tree, "pageFunction", "cpu-profiler-profiling.html:7");
|
| - checkFunction(tree, "(anonymous function)");
|
| + checkFunction(tree, "(anonymous)");
|
| next();
|
| }
|
| InspectorTest.showProfileWhenAdded("profile");
|
|
|