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

Unified Diff: third_party/WebKit/LayoutTests/inspector/components/throttler.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots 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/components/throttler.html
diff --git a/third_party/WebKit/LayoutTests/inspector/components/throttler.html b/third_party/WebKit/LayoutTests/inspector/components/throttler.html
index 1b2e752ef932ca91758329861394953c1cf87973..5c7baf538da4b183a9a8b1dadf4e8754ea10ae1a 100644
--- a/third_party/WebKit/LayoutTests/inspector/components/throttler.html
+++ b/third_party/WebKit/LayoutTests/inspector/components/throttler.html
@@ -53,7 +53,7 @@ function test()
},
}
- var throttler = new WebInspector.Throttler(1989);
+ var throttler = new Common.Throttler(1989);
var timeoutMock = new InspectorTest.TimeoutMock();
throttler._setTimeout = timeoutMock.setTimeout;
throttler._clearTimeout = timeoutMock.clearTimeout;
@@ -197,7 +197,7 @@ function test()
{
var promiseResolve;
var hasFinished;
- InspectorTest.addSniffer(WebInspector.Throttler.prototype, "_processCompletedForTests", onFinished);
+ InspectorTest.addSniffer(Common.Throttler.prototype, "_processCompletedForTests", onFinished);
function onFinished()
{
hasFinished = true;

Powered by Google App Engine
This is Rietveld 408576698