| 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 5e94b313d98023fcd4015245a3f3ac67ac4ee2bb..1ea0f3e075f66b48ff60c95052c7762ded9a4e0c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/Tests.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/Tests.js
|
| @@ -567,7 +567,7 @@
|
| this._waitForTargets(2, callback.bind(this));
|
|
|
| function callback() {
|
| - InspectorBackendClass.deprecatedRunAfterPendingDispatches(this.releaseControl.bind(this));
|
| + Protocol.InspectorBackend.deprecatedRunAfterPendingDispatches(this.releaseControl.bind(this));
|
| }
|
| };
|
|
|
|
|