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

Unified Diff: LayoutTests/http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.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-invalid-mime-type-css-content.html
diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html b/LayoutTests/http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html
index d9c71d4a3cf305d0182e30e7a843c85c9125a4d2..f914145918a1c796b0139ed9d00f0e595d1d0b8b 100644
--- a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html
+++ b/LayoutTests/http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html
@@ -12,7 +12,7 @@ function test()
function step1()
{
- WebInspector.resourceTreeModel.forAllResources(findCSSResource);
+ InspectorTest.resourceTreeModel.forAllResources(findCSSResource);
function findCSSResource(resource)
{
if (resource.url.indexOf("stylesheet-text-plain.php") !== -1)

Powered by Google App Engine
This is Rietveld 408576698