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

Unified Diff: LayoutTests/http/tests/inspector/fragment.html

Issue 268293003: DevTools: Get rid of WebInspector.panels (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/http/tests/inspector/fragment.html
diff --git a/LayoutTests/http/tests/inspector/fragment.html b/LayoutTests/http/tests/inspector/fragment.html
index 8571254a27bd7775ef961b75accb01ede2f16e90..3907571cf0d6554eac26b052ca032c5d415e85ae 100644
--- a/LayoutTests/http/tests/inspector/fragment.html
+++ b/LayoutTests/http/tests/inspector/fragment.html
@@ -39,7 +39,7 @@ function test()
return request.url.indexOf("fragment-frame.html") !== -1
}
- var request = WebInspector.panels.network.requests.filter(filterFrame)[0];
+ var request = WebInspector.inspectorView.panel("network").requests.filter(filterFrame)[0];
InspectorTest.addResult("Child frame request url: " + request.url);
InspectorTest.completeTest(step2);
}

Powered by Google App Engine
This is Rietveld 408576698