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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-custom-formatters.html

Issue 2851913002: [DevTools] Do not expose agents on Target
Patch Set: storage and tests.js Created 3 years, 8 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: third_party/WebKit/LayoutTests/inspector/console/console-custom-formatters.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-custom-formatters.html b/third_party/WebKit/LayoutTests/inspector/console/console-custom-formatters.html
index 5dbce49173f050861f7d6572bf984f11d62c333d..fb4c9b96e4a4870489c39f9539e649624146a423 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-custom-formatters.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-custom-formatters.html
@@ -131,7 +131,7 @@ function logVars()
function test()
{
- InspectorTest.mainTarget.runtimeAgent().setCustomObjectFormatterEnabled(true);
+ InspectorTest.mainTarget._dispatcher.runtimeAgent().setCustomObjectFormatterEnabled(true);
InspectorTest.evaluateInPage("logVars()", expandVariablesInConsole);
function expandVariablesInConsole()

Powered by Google App Engine
This is Rietveld 408576698