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); |
} |