Index: LayoutTests/inspector/elements/styles/undo-property-toggle.html |
diff --git a/LayoutTests/inspector/elements/styles/undo-property-toggle.html b/LayoutTests/inspector/elements/styles/undo-property-toggle.html |
index 2e12afbfdf8f4bdf0af11c4f926128b9afe7ba24..c300b25328f36bf391b957b48f01a41c65418c78 100644 |
--- a/LayoutTests/inspector/elements/styles/undo-property-toggle.html |
+++ b/LayoutTests/inspector/elements/styles/undo-property-toggle.html |
@@ -24,7 +24,7 @@ function test() |
var treeItem = InspectorTest.getElementStylePropertyTreeItem("font-weight"); |
InspectorTest.dumpStyleTreeItem(treeItem, ""); |
- WebInspector.domModel.undo(); |
+ InspectorTest.domModel.undo(); |
InspectorTest.waitForStyles("container", step3); |
} |
@@ -34,7 +34,7 @@ function test() |
var treeItem = InspectorTest.getElementStylePropertyTreeItem("font-weight"); |
InspectorTest.dumpStyleTreeItem(treeItem, ""); |
- WebInspector.domModel.redo(); |
+ InspectorTest.domModel.redo(); |
InspectorTest.waitForStyles("container", step4); |
} |