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

Unified Diff: LayoutTests/inspector/console/console-dir-global.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/console/console-dir-global.html
diff --git a/LayoutTests/inspector/console/console-dir-global.html b/LayoutTests/inspector/console/console-dir-global.html
index d62ef720d4098e99ac2a93b377f42bc39efdda0b..718f57c63585ae7a13b698ded4a5a9934b3706fa 100644
--- a/LayoutTests/inspector/console/console-dir-global.html
+++ b/LayoutTests/inspector/console/console-dir-global.html
@@ -22,7 +22,7 @@ function test()
}
if (result.type === "error")
testController.notifyDone("Exception:" + result);
- var objectProxy = WebInspector.runtimeModel.createRemoteObject(result);
+ var objectProxy = InspectorTest.runtimeModel.createRemoteObject(result);
objectProxy.getOwnProperties(getPropertiesCallback);
}
« no previous file with comments | « LayoutTests/inspector/console/console-css-warnings.html ('k') | LayoutTests/inspector/console/console-eval-scoped.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698