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

Unified Diff: LayoutTests/inspector/elements/resolve-alien-node.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/resolve-alien-node.html
diff --git a/LayoutTests/inspector/elements/resolve-alien-node.html b/LayoutTests/inspector/elements/resolve-alien-node.html
index 42fe4d9fd5fd19f2deffb20bb5021957552f61a6..73a760c3e86c9bf84741bcee3e4d4a51e7427f91 100644
--- a/LayoutTests/inspector/elements/resolve-alien-node.html
+++ b/LayoutTests/inspector/elements/resolve-alien-node.html
@@ -9,7 +9,7 @@ function test()
function step1(error, result, wasThrown)
{
- var spanWrapper = WebInspector.runtimeModel.createRemoteObject(result);
+ var spanWrapper = InspectorTest.runtimeModel.createRemoteObject(result);
spanWrapper.pushNodeToFrontend(step2);
}

Powered by Google App Engine
This is Rietveld 408576698