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

Unified Diff: LayoutTests/http/tests/inspector/inspector-test.js

Issue 400633003: DevTools: introduce multitarget model listeners (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/network-uisourcecode-provider.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/inspector-test.js
diff --git a/LayoutTests/http/tests/inspector/inspector-test.js b/LayoutTests/http/tests/inspector/inspector-test.js
index ba26fe61f5c77ea60cfdca6c171c8b49232ae011..f0ff1951b9f643ff92e014b80ed64ebeddbc0da8 100644
--- a/LayoutTests/http/tests/inspector/inspector-test.js
+++ b/LayoutTests/http/tests/inspector/inspector-test.js
@@ -614,6 +614,8 @@ WebInspector.targetManager.observeTargets({
WebInspector.domModel = target.domModel;
if (!WebInspector.consoleModel)
WebInspector.consoleModel = target.consoleModel;
+ if (!WebInspector.networkManager)
+ WebInspector.networkManager = target.networkManager;
},
targetRemoved: function(target) { }
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/network-uisourcecode-provider.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698