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

Unified Diff: webkit/glue/devtools/js/tests.js

Issue 159834: Get the web inspector limping along. (Closed)
Patch Set: Created 11 years, 5 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 | « webkit/glue/devtools/js/devtools.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/devtools/js/tests.js
diff --git a/webkit/glue/devtools/js/tests.js b/webkit/glue/devtools/js/tests.js
index 7f75f71704d6fcc5e17d0b7cad7a893b3ce10ba8..6efa81c7062fd1a6f833b1326d618ed93b635656 100644
--- a/webkit/glue/devtools/js/tests.js
+++ b/webkit/glue/devtools/js/tests.js
@@ -485,7 +485,7 @@ TestSuite.prototype.testConsoleEval = function() {
new TestSuite.KeyEvent('Enter'));
var test = this;
- this.addSniffer(WebInspector.Console.prototype, 'addMessage',
+ this.addSniffer(WebInspector.ConsoleView.prototype, 'addMessage',
function(commandResult) {
test.assertEquals('123', commandResult.toMessageElement().textContent);
test.releaseControl();
@@ -546,7 +546,7 @@ TestSuite.prototype.testEvalGlobal = function() {
new TestSuite.KeyEvent('Enter'));
var test = this;
- this.addSniffer(WebInspector.Console.prototype, 'addMessage',
+ this.addSniffer(WebInspector.ConsoleView.prototype, 'addMessage',
function(commandResult) {
test.assertEquals('fooValue',
commandResult.toMessageElement().textContent);
« no previous file with comments | « webkit/glue/devtools/js/devtools.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698