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/tracing/timeline-js/timeline-js-line-level-profile.html

Issue 2466123002: DevTools: reformat front-end code to match chromium style. (Closed)
Patch Set: all done Created 4 years, 1 month 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/tracing/timeline-js/timeline-js-line-level-profile.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-js-line-level-profile.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-js-line-level-profile.html
index 273d5b6e53abcd600ef57c34cfa9be3c1bc4d9d9..0afc5f1e87e7c1a2065979c34b8757dd2777fd59 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-js-line-level-profile.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-js-line-level-profile.html
@@ -65,7 +65,7 @@ function test()
var url = frame.uiSourceCode().url();
InspectorTest.addResult(InspectorTest.formatters.formatAsURL(url));
cpuProfile.nodes.forEach(n => n.callFrame.url = url);
- var lineProfile = new WebInspector.LineLevelProfile.instance();
+ var lineProfile = WebInspector.LineLevelProfile.instance();
lineProfile.appendCPUProfile(new WebInspector.CPUProfileDataModel(cpuProfile));
setTimeout(() => InspectorTest.completeTest(), 0);
}

Powered by Google App Engine
This is Rietveld 408576698