Index: third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js |
index 36333f67b56d9c5729d7d62c16bf7e299f76132a..4b75bf3bc71a94baa8c6cd1aa3f4397cbc805899 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js |
@@ -946,7 +946,6 @@ WebInspector.targetManager.observeTargets({ |
if (InspectorTest.CSSAgent) |
return; |
InspectorTest.CSSAgent = target.cssAgent(); |
- InspectorTest.ConsoleAgent = target.consoleAgent(); |
InspectorTest.DeviceOrientationAgent = target.deviceOrientationAgent(); |
InspectorTest.DOMAgent = target.domAgent(); |
InspectorTest.DOMDebuggerAgent = target.domdebuggerAgent(); |