| 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;
|
|
|