Index: webkit/glue/devtools/js/devtools_host_stub.js |
=================================================================== |
--- webkit/glue/devtools/js/devtools_host_stub.js (revision 16977) |
+++ webkit/glue/devtools/js/devtools_host_stub.js (working copy) |
@@ -257,13 +257,6 @@ |
/** |
* @constructor |
*/ |
-RemoteNetAgentStub = function() { |
-}; |
- |
- |
-/** |
- * @constructor |
- */ |
DevToolsHostStub = function() { |
}; |
@@ -282,7 +275,6 @@ |
window['RemoteDebuggerCommandExecutor'] = |
new RemoteDebuggerCommandExecutorStub(); |
window['RemoteDomAgent'] = new RemoteDomAgentStub(); |
- window['RemoteNetAgent'] = new RemoteNetAgentStub(); |
window['RemoteToolsAgent'] = new RemoteToolsAgentStub(); |
window['DevToolsHost'] = new DevToolsHostStub(); |
} |