Index: third_party/WebKit/LayoutTests/inspector/profiler/heap-profiler-profiling.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/heap-profiler-profiling.html b/third_party/WebKit/LayoutTests/inspector/profiler/heap-profiler-profiling.html |
index 36e5e65f01cdf888456aabbd072bcc64a729687b..77333286887a12d55601c44a02663a1a6ef231dd 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/profiler/heap-profiler-profiling.html |
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/heap-profiler-profiling.html |
@@ -44,7 +44,7 @@ function test() |
if (!tree) |
InspectorTest.addResult("no tree"); |
checkFunction(tree, "pageFunction", "heap-profiler-profiling.html:7"); |
- checkFunction(tree, "(anonymous function)", "heap-profiler-profiling.html:8"); |
+ checkFunction(tree, "(anonymous)", "heap-profiler-profiling.html:8"); |
next(); |
} |
InspectorTest.showProfileWhenAdded("Profile 1"); |