| Index: third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| index 1e86dab6d4355d4388b8bd8009917843f466bed1..e63e4532bcfb71bfb33ed0c794f5849464477e42 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| @@ -21,7 +21,7 @@ InspectorTest.evaluateInConsole = function(code, callback, dontForceMainContext)
|
| callback = InspectorTest.safeWrap(callback);
|
|
|
| var consoleView = WebInspector.ConsoleView.instance();
|
| - consoleView._appendCommand(code, true);
|
| + consoleView._prompt._appendCommand(code, true);
|
| InspectorTest.addConsoleViewSniffer(function(commandResult) {
|
| callback(commandResult.toMessageElement().deepTextContent());
|
| });
|
|
|