Index: LayoutTests/inspector/elements/styles/styles-formatting.html |
diff --git a/LayoutTests/inspector/elements/styles/styles-formatting.html b/LayoutTests/inspector/elements/styles/styles-formatting.html |
index 68bc8b6cfaba3182ec8610b969060448e97ac986..e6cb7cbcc95ef829abfe917a6b36e42962cf3ad9 100644 |
--- a/LayoutTests/inspector/elements/styles/styles-formatting.html |
+++ b/LayoutTests/inspector/elements/styles/styles-formatting.html |
@@ -26,7 +26,7 @@ function test() |
function nodeCallback(node) |
{ |
- WebInspector.cssModel.getMatchedStylesAsync(node.id, false, false, callback); |
+ InspectorTest.cssModel.getMatchedStylesAsync(node.id, false, false, callback); |
} |
InspectorTest.selectNodeWithId("formatted", nodeCallback); |
}, |
@@ -121,7 +121,7 @@ function test() |
function nodeCallback(node) |
{ |
- WebInspector.cssModel.getMatchedStylesAsync(node.id, false, false, callback); |
+ InspectorTest.cssModel.getMatchedStylesAsync(node.id, false, false, callback); |
} |
InspectorTest.selectNodeWithId("unformatted", nodeCallback); |
}, |