| Index: third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js b/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
|
| index caa0df9bbe7f001aafa7d10e9d5a1c4852d96727..0704bbcffb9818408df613e4904e5fe681dbb0db 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
|
| @@ -191,7 +191,7 @@ Console.ConsolePrompt = class extends UI.Widget {
|
| this.setText('');
|
| var currentExecutionContext = UI.context.flavor(SDK.ExecutionContext);
|
| if (currentExecutionContext) {
|
| - SDK.ConsoleModel.evaluateCommandInConsole(currentExecutionContext, text, useCommandLineAPI);
|
| + SDK.consoleModel.evaluateCommandInConsole(currentExecutionContext, text, useCommandLineAPI);
|
| if (Console.ConsolePanel.instance().isShowing())
|
| Host.userMetrics.actionTaken(Host.UserMetrics.Action.CommandEvaluatedInConsolePanel);
|
| }
|
|
|