| Index: third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| index 4af10793968d2ff7e740f16b34edadadd5ff8ca5..7261054cf646ccd63587810e2a3f17817cc643a0 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -592,7 +592,7 @@ WebInspector.Main.prototype = {
|
| }
|
| }
|
|
|
| - this._mainConnection.runAfterPendingDispatches(invokeMethod);
|
| + this._mainConnection.deprecatedRunAfterPendingDispatches(invokeMethod);
|
| }
|
| }
|
|
|
|
|