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

Unified Diff: third_party/WebKit/Source/devtools/front_end/main/Main.js

Issue 1877223003: DevTools: deprecate InspectorTest.runAfterPendingDispatches (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/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);
}
}

Powered by Google App Engine
This is Rietveld 408576698