| Index: third_party/WebKit/Source/devtools/front_end/Tests.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/Tests.js b/third_party/WebKit/Source/devtools/front_end/Tests.js
|
| index 81e0557550c9249f442beeaf6971da9bbfa604ab..af9d033d9a1dc8ff5e4959ed24f392cd812f17fc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/Tests.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/Tests.js
|
| @@ -978,7 +978,7 @@ TestSuite.prototype.evaluateInConsole_ = function(code, callback)
|
| function innerEvaluate()
|
| {
|
| WebInspector.context.removeFlavorChangeListener(WebInspector.ExecutionContext, showConsoleAndEvaluate, this);
|
| - var consoleView = WebInspector.ConsolePanel._view();
|
| + var consoleView = WebInspector.ConsoleView.instance();
|
| consoleView._prompt.setText(code);
|
| consoleView._promptElement.dispatchEvent(TestSuite.createKeyEvent("Enter"));
|
|
|
|
|