| Index: webkit/glue/devtools/js/devtools_host_stub.js
|
| ===================================================================
|
| --- webkit/glue/devtools/js/devtools_host_stub.js (revision 19804)
|
| +++ webkit/glue/devtools/js/devtools_host_stub.js (working copy)
|
| @@ -384,6 +384,11 @@
|
| };
|
|
|
|
|
| +DevToolsHostStub.prototype.addSourceToFrame = function(mimeType, source,
|
| + element) {
|
| +};
|
| +
|
| +
|
| if (!window['DevToolsHost']) {
|
| window['RemoteDebuggerAgent'] = new RemoteDebuggerAgentStub();
|
| window['RemoteDebuggerCommandExecutor'] =
|
|
|