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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles/updates-throttled.html

Issue 2146233002: DevTools: reuse computedstylesmodel in the elements sidebar base class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (2) Created 4 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c0549f805e36881c9ca24045f87b146751d73e9c..cfaa7750bb9be2a6cb9eb76f111d6e66b5721250 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles/updates-throttled.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles/updates-throttled.html
@@ -15,7 +15,7 @@ function test()
InspectorTest.addSniffer(WebInspector.StylesSidebarPane.prototype, "_innerRebuildUpdate", sniffRebuild, true);
var stylesPane = WebInspector.panels.elements.sidebarPanes.styles;
for (var i = 0; i < UPDATE_COUNT; ++i)
- stylesPane.setNode(stylesPane.node());
+ WebInspector.context.setFlavor(WebInspector.DOMNode, stylesPane.node());
InspectorTest.deprecatedRunAfterPendingDispatches(completeCallback);
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698