Index: LayoutTests/inspector/elements/styles/disable-property-workingcopy-update.html |
diff --git a/LayoutTests/inspector/elements/styles/disable-property-workingcopy-update.html b/LayoutTests/inspector/elements/styles/disable-property-workingcopy-update.html |
index d6f17e9082824d68a7c6a582b3d821fa3973474b..dfb8978b31be548857af0e15eb4ac895066425c1 100644 |
--- a/LayoutTests/inspector/elements/styles/disable-property-workingcopy-update.html |
+++ b/LayoutTests/inspector/elements/styles/disable-property-workingcopy-update.html |
@@ -19,10 +19,10 @@ function test() |
function showEditor(next) |
{ |
- var headers = WebInspector.cssModel.styleSheetHeaders(); |
+ var headers = InspectorTest.cssModel.styleSheetHeaders(); |
for (var i = 0; i < headers.length; ++i) { |
if (headers[i].sourceURL.endsWith(".css")) { |
- var cssLocation = new WebInspector.CSSLocation(WebInspector.cssModel.target(), headers[i].id, headers[i].sourceURL, 0); |
+ var cssLocation = new WebInspector.CSSLocation(InspectorTest.cssModel.target(), headers[i].id, headers[i].sourceURL, 0); |
InspectorTest.showUISourceCode(WebInspector.cssWorkspaceBinding.rawLocationToUILocation(cssLocation).uiSourceCode, callback); |
break; |
} |