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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles/updates-throttled.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/elements/styles/updates-throttled.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles/updates-throttled.html b/third_party/WebKit/LayoutTests/inspector/elements/styles/updates-throttled.html
index de31570e49ec5b6f2a2bfcb0ab07fbbc482b6ce3..c42cb4acd0c20d0e70bfb6b9f0d48baa056eda66 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles/updates-throttled.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles/updates-throttled.html
@@ -12,10 +12,10 @@ function test()
InspectorTest.selectNodeAndWaitForStyles("inspected", selectCallback);
function selectCallback()
{
- InspectorTest.addSniffer(WebInspector.StylesSidebarPane.prototype, "_innerRebuildUpdate", sniffRebuild, true);
- var stylesPane = WebInspector.panels.elements._stylesWidget;
+ InspectorTest.addSniffer(Elements.StylesSidebarPane.prototype, "_innerRebuildUpdate", sniffRebuild, true);
+ var stylesPane = UI.panels.elements._stylesWidget;
for (var i = 0; i < UPDATE_COUNT; ++i)
- WebInspector.context.setFlavor(WebInspector.DOMNode, stylesPane.node());
+ UI.context.setFlavor(SDK.DOMNode, stylesPane.node());
InspectorTest.deprecatedRunAfterPendingDispatches(completeCallback);
}

Powered by Google App Engine
This is Rietveld 408576698