Index: LayoutTests/inspector/elements/styles/undo-add-property.html |
diff --git a/LayoutTests/inspector/elements/styles/undo-add-property.html b/LayoutTests/inspector/elements/styles/undo-add-property.html |
index 6272d03e18a8975e6bce09c05b31f0b041f8af54..318aef7c33099fcd642dd59dfd43fc0f4f36251f 100644 |
--- a/LayoutTests/inspector/elements/styles/undo-add-property.html |
+++ b/LayoutTests/inspector/elements/styles/undo-add-property.html |
@@ -48,7 +48,7 @@ function test() |
InspectorTest.addResult("(After adding property)"); |
InspectorTest.dumpSelectedElementStyles(true); |
- WebInspector.domModel.undo(); |
+ InspectorTest.domModel.undo(); |
InspectorTest.selectNodeAndWaitForStyles("other", step2); |
} |
@@ -57,7 +57,7 @@ function test() |
InspectorTest.addResult("(After undo)"); |
InspectorTest.dumpSelectedElementStyles(true); |
- WebInspector.domModel.redo(); |
+ InspectorTest.domModel.redo(); |
InspectorTest.selectNodeAndWaitForStyles("container", step3); |
} |