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

Unified Diff: LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.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/http/tests/inspector/elements/styles/selector-line-deprecated.html
diff --git a/LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html b/LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html
index e4ca3460663316d644e69089ceb0260d9bb16b05..e342e4abaef7f990cce9208e9611202424d965fa 100644
--- a/LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html
+++ b/LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html
@@ -20,7 +20,7 @@ function addStylesheet()
function test()
{
- WebInspector.cssModel.addEventListener(WebInspector.CSSStyleModel.Events.StyleSheetAdded, step1, this);
+ InspectorTest.cssModel.addEventListener(WebInspector.CSSStyleModel.Events.StyleSheetAdded, step1, this);
InspectorTest.evaluateInPage("addStylesheet()");
function step1()

Powered by Google App Engine
This is Rietveld 408576698