Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition.html |
index df0c230c5ea710f48a1e3081ca3dc1d760377a1a..59e642ccb215bf91f1b3cd62e3adacd14999bdb4 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition.html |
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition.html |
@@ -40,7 +40,7 @@ function test() |
function testDumpFunctionDefinition(next) |
{ |
InspectorTest.addSniffer(ObjectUI.ObjectPropertiesSection, "formatObjectAsFunction", onConsoleMessagesReceived); |
- SDK.ConsoleModel.evaluateCommandInConsole(UI.context.flavor(SDK.ExecutionContext), "jumpToMe"); |
+ SDK.consoleModel.evaluateCommandInConsole(UI.context.flavor(SDK.ExecutionContext), "jumpToMe"); |
function onConsoleMessagesReceived() |
{ |