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

Unified Diff: LayoutTests/inspector/elements/styles/edit-value-inside-property.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/edit-value-inside-property.html
diff --git a/LayoutTests/inspector/elements/styles/edit-value-inside-property.html b/LayoutTests/inspector/elements/styles/edit-value-inside-property.html
index d49767f5b864f8ac64b3bf5bfd6a1e7e94dd6904..1064c0aa362c8964922618e3bd73cc97a48a482e 100644
--- a/LayoutTests/inspector/elements/styles/edit-value-inside-property.html
+++ b/LayoutTests/inspector/elements/styles/edit-value-inside-property.html
@@ -31,7 +31,7 @@ function test()
function onNodeFound(node)
{
- WebInspector.cssModel.getInlineStylesAsync(node.id, onInlineStyle);
+ InspectorTest.cssModel.getInlineStylesAsync(node.id, onInlineStyle);
}
function onInlineStyle(inlineStyle)

Powered by Google App Engine
This is Rietveld 408576698