Index: LayoutTests/inspector/elements/styles/styles-history.html |
diff --git a/LayoutTests/inspector/elements/styles/styles-history.html b/LayoutTests/inspector/elements/styles/styles-history.html |
index 439cedab0eb68fac42a49071b8ef33416c2b09c2..961f4b4e09d08654e19dcc80a4f2bbc1feefc212 100644 |
--- a/LayoutTests/inspector/elements/styles/styles-history.html |
+++ b/LayoutTests/inspector/elements/styles/styles-history.html |
@@ -103,7 +103,7 @@ function test() |
var rule = matchedStyles[i].rule; |
if (rule.origin !== "regular") |
continue; |
- callback(WebInspector.CSSStyleDeclaration.parsePayload(WebInspector.cssModel, rule.style)); |
+ callback(WebInspector.CSSStyleDeclaration.parsePayload(InspectorTest.cssModel, rule.style)); |
return; |
} |
InspectorTest.addResult("error: did not find any regular rule"); |