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

Unified Diff: LayoutTests/inspector/sources/debugger/network-uisourcecode-provider.html

Issue 396993003: DevTools: get rid of WebInspector.cssModel, use target models instead (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
Index: LayoutTests/inspector/sources/debugger/network-uisourcecode-provider.html
diff --git a/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider.html b/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider.html
index 913422c9fbf81faa56f249852b8d1567c20b8725..4ace5b34395ab5af6d7b6e303e9b1be45175b4cb 100644
--- a/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider.html
+++ b/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider.html
@@ -64,7 +64,7 @@ function test()
function createNetworkUISourceCodeProvider()
{
InspectorTest.createWorkspace();
- var target = WebInspector.targetManager.activeTarget();
+ var target = WebInspector.targetManager.mainTarget();
target.resourceTreeModel = new WebInspector.Object();
target.resourceTreeModel.target = function()
{

Powered by Google App Engine
This is Rietveld 408576698