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

Unified Diff: third_party/WebKit/LayoutTests/inspector/agents-enable-disable.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/inspector/agents-enable-disable.html
diff --git a/third_party/WebKit/LayoutTests/inspector/agents-enable-disable.html b/third_party/WebKit/LayoutTests/inspector/agents-enable-disable.html
index c12ae82128362a1e20e739db6374cd2ed55bbd83..239c9fb24be640b0b70bf9227d586c31efde4f2b 100644
--- a/third_party/WebKit/LayoutTests/inspector/agents-enable-disable.html
+++ b/third_party/WebKit/LayoutTests/inspector/agents-enable-disable.html
@@ -21,7 +21,7 @@ function test()
InspectorTest.completeTest();
}
- var targets = WebInspector.targetManager.targets();
+ var targets = SDK.targetManager.targets();
targets.forEach(function(target) {
var agentNames = Object.keys(target._agents).filter(function(agentName) {
var agent = target._agents[agentName];

Powered by Google App Engine
This is Rietveld 408576698