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

Unified Diff: LayoutTests/http/tests/inspector/resource-tree/resource-tree-crafted-frame-add.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/resource-tree/resource-tree-crafted-frame-add.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-crafted-frame-add.html b/LayoutTests/http/tests/inspector/resource-tree/resource-tree-crafted-frame-add.html
index fe2a02536b03afbb77e0924d8a788f0d3bbc05f4..46f649709d3927af3be8554c7b90a42e23ea995d 100644
--- a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-crafted-frame-add.html
+++ b/LayoutTests/http/tests/inspector/resource-tree/resource-tree-crafted-frame-add.html
@@ -20,7 +20,7 @@ function test()
function step1()
{
- InspectorTest.addSniffer(WebInspector.resourceTreeModel, "_frameAttached", InspectorTest.completeTest);
+ InspectorTest.addSniffer(InspectorTest.resourceTreeModel, "_frameAttached", InspectorTest.completeTest);
InspectorTest.evaluateInPage("createCraftedIframe()");
}
}

Powered by Google App Engine
This is Rietveld 408576698