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() |