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

Unified Diff: third_party/WebKit/Source/devtools/front_end/Tests.js

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline Created 3 years, 11 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/Source/devtools/front_end/Tests.js
diff --git a/third_party/WebKit/Source/devtools/front_end/Tests.js b/third_party/WebKit/Source/devtools/front_end/Tests.js
index 1ea0f3e075f66b48ff60c95052c7762ded9a4e0c..94fb4e059e5985c98fbc3179a836b7480a6f0a3a 100644
--- a/third_party/WebKit/Source/devtools/front_end/Tests.js
+++ b/third_party/WebKit/Source/devtools/front_end/Tests.js
@@ -744,7 +744,7 @@
function onTimelineDone() {
captureFilmStripSetting.set(false);
- var filmStripModel = new Components.FilmStripModel(UI.panels.timeline._tracingModel);
+ var filmStripModel = new SDK.FilmStripModel(UI.panels.timeline._tracingModel);
var frames = filmStripModel.frames();
test.assertTrue(frames.length > 4 && typeof frames.length === 'number');
loadFrameImages(frames);
« no previous file with comments | « third_party/WebKit/Source/devtools/BUILD.gn ('k') | third_party/WebKit/Source/devtools/front_end/animation/AnimationUI.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698