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

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

Issue 881263002: DevTools: use target-based model accessors only. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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 d16a815354d24cb10cfcf350aac4bd7bf6577eb8..d2233c024ca66daa77482c1b4577f885fabaf3d4 100644
--- a/LayoutTests/http/tests/inspector/fragment.html
+++ b/LayoutTests/http/tests/inspector/fragment.html
@@ -30,7 +30,7 @@ function test()
function step3()
{
- var childFrame = WebInspector.resourceTreeModel.mainFrame.childFrames[0];
+ var childFrame = InspectorTest.resourceTreeModel.mainFrame.childFrames[0];
InspectorTest.addResult("Child frame url: " + childFrame.url);
var childFrameResource = childFrame.resources()[0];
InspectorTest.addResult("Child frame resource url: " + childFrameResource.url);

Powered by Google App Engine
This is Rietveld 408576698