Index: third_party/WebKit/LayoutTests/inspector-protocol/worker/exception-from-worker-contains-stack.html |
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/console/exception-from-worker-contains-stack.html b/third_party/WebKit/LayoutTests/inspector-protocol/worker/exception-from-worker-contains-stack.html |
similarity index 97% |
rename from third_party/WebKit/LayoutTests/inspector-protocol/console/exception-from-worker-contains-stack.html |
rename to third_party/WebKit/LayoutTests/inspector-protocol/worker/exception-from-worker-contains-stack.html |
index b612c9bedf2010e801e65ac737ac5a002d009e73..c1f46a4706c2b1c14f9e009078b8809482097179 100644 |
--- a/third_party/WebKit/LayoutTests/inspector-protocol/console/exception-from-worker-contains-stack.html |
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/worker/exception-from-worker-contains-stack.html |
@@ -18,7 +18,6 @@ function startWorkers() |
function test() |
{ |
- InspectorTest.sendCommandOrDie("Console.enable", {}); |
InspectorTest.sendCommandOrDie("Worker.enable", {}, didEnableWorkerDebugging); |
function didEnableWorkerDebugging(event) |