Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js

Issue 2361273002: DevTools: Move "enter" logic from ConsoleView to ConsolePrompt (Closed)
Patch Set: Fix browser tests Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-smart-enter.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
});
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-smart-enter.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698