Index: webkit/glue/devtools/js/devtools_host_stub.js |
=================================================================== |
--- webkit/glue/devtools/js/devtools_host_stub.js (revision 13234) |
+++ webkit/glue/devtools/js/devtools_host_stub.js (working copy) |
@@ -202,6 +202,10 @@ |
}; |
+RemoteToolsAgentStub.prototype.ClearConsoleMessages = function() { |
+}; |
+ |
+ |
/** |
* @constructor |
*/ |
@@ -232,6 +236,7 @@ |
RemoteDomAgentStub.sendChildNodes_(1); |
RemoteDomAgentStub.sendChildNodes_(2); |
devtools.tools.updateFocusedNode(4); |
+ devtools.tools.addMessageToConsole('message', 'source', 3); |
}; |