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

Unified Diff: LayoutTests/inspector/sources/debugger/properties-special.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/inspector/sources/debugger/properties-special.html
diff --git a/LayoutTests/inspector/sources/debugger/properties-special.html b/LayoutTests/inspector/sources/debugger/properties-special.html
index 2ddbfe52798518147a734ee0e28db44a7d8223b0..6ddbf9ab883c89d4753b849d9c7068d50dbcf259 100644
--- a/LayoutTests/inspector/sources/debugger/properties-special.html
+++ b/LayoutTests/inspector/sources/debugger/properties-special.html
@@ -30,7 +30,7 @@ var test = function()
watchExpressionsSection.watchExpressions.push("(function(a,b) { return a + b; }).bind({}, 2)");
watchExpressionsSection.update();
- var testName = WebInspector.resourceTreeModel.inspectedPageURL();
+ var testName = InspectorTest.resourceTreeModel.inspectedPageURL();
testName = testName.substring(testName.lastIndexOf('/') + 1);
InspectorTest.showScriptSource(testName, didShowScriptSource);
}

Powered by Google App Engine
This is Rietveld 408576698