Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/heap-profiler-profiling.html

Issue 2297903005: DevTools: (anonymous function) ==> (anonymous) (Closed)
Patch Set: tests Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");

Powered by Google App Engine
This is Rietveld 408576698