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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/dedicated-workers-list.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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/http/tests/inspector-enabled/dedicated-workers-list.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/dedicated-workers-list.html b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/dedicated-workers-list.html
index fac49a72f47fa6bd62f78bf4cec33f88aeec9737..cef8ac394d55d053a7df183c27561ff8e4aefd83 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/dedicated-workers-list.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/dedicated-workers-list.html
@@ -34,7 +34,7 @@ function test()
function didDisableWorkerInspection()
{
- InspectorTest.addSniffer(WebInspector.SubTargetsManager.prototype, "_attachedToTarget", workerCreated, true);
+ InspectorTest.addSniffer(SDK.SubTargetsManager.prototype, "_attachedToTarget", workerCreated, true);
InspectorTest.TargetAgent.setAutoAttach(true, true);
InspectorTest.addResult("Worker inspection enabled");
}

Powered by Google App Engine
This is Rietveld 408576698