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

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/cpu-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/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");

Powered by Google App Engine
This is Rietveld 408576698