Index: LayoutTests/inspector/elements/styles/undo-set-selector-text.html |
diff --git a/LayoutTests/inspector/elements/styles/undo-set-selector-text.html b/LayoutTests/inspector/elements/styles/undo-set-selector-text.html |
index d36e405e7664db44fb0e929a33b72f2ac5190343..c380b540d74b8606e039d12357279c14c3e4be4b 100644 |
--- a/LayoutTests/inspector/elements/styles/undo-set-selector-text.html |
+++ b/LayoutTests/inspector/elements/styles/undo-set-selector-text.html |
@@ -28,7 +28,7 @@ function test() |
{ |
InspectorTest.addResult("=== After selector modification ==="); |
InspectorTest.dumpSelectedElementStyles(true); |
- WebInspector.domModel.undo(); |
+ InspectorTest.domModel.undo(); |
InspectorTest.selectNodeAndWaitForStyles("inspected", step3); |
} |
@@ -37,7 +37,7 @@ function test() |
InspectorTest.addResult("=== After undo ==="); |
InspectorTest.dumpSelectedElementStyles(true); |
- WebInspector.domModel.redo(); |
+ InspectorTest.domModel.redo(); |
InspectorTest.selectNodeAndWaitForStyles("other", step4); |
} |