Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/worker/exception-from-worker-contains-stack.html

Issue 2151273003: [DevTools] Move browser logging from Console domain to Log domain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@internals-method
Patch Set: protocol improvements Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698