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

Unified Diff: LayoutTests/inspector/elements/styles/dynamic-style-tag.html

Issue 881263002: DevTools: use target-based model accessors only. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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: LayoutTests/inspector/elements/styles/dynamic-style-tag.html
diff --git a/LayoutTests/inspector/elements/styles/dynamic-style-tag.html b/LayoutTests/inspector/elements/styles/dynamic-style-tag.html
index 5990ca848cc8f7c2c3807558511654935bcdf757..67d5f0c22395b9b33b74ad6968a950d97d43609a 100644
--- a/LayoutTests/inspector/elements/styles/dynamic-style-tag.html
+++ b/LayoutTests/inspector/elements/styles/dynamic-style-tag.html
@@ -32,7 +32,7 @@ function test()
function step1()
{
- var styleSheets = WebInspector.cssModel.allStyleSheets();
+ var styleSheets = InspectorTest.cssModel.allStyleSheets();
styleSheets.sort();
for (var i = 0; i < styleSheets.length; ++i)
InspectorTest.CSSAgent.getStyleSheetText(styleSheets[i].id, dumpStyleSheet.bind(null, styleSheets[i], i === styleSheets.length - 1));

Powered by Google App Engine
This is Rietveld 408576698