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 37dda110aa93b814aa183255865f7e27058e9cf8..69a3348ad94a186fa553a085ad70dbdfeb2cd596 100644 |
--- a/LayoutTests/inspector/elements/styles/undo-set-selector-text.html |
+++ b/LayoutTests/inspector/elements/styles/undo-set-selector-text.html |
@@ -29,7 +29,7 @@ function test() |
{ |
InspectorTest.addResult("=== After selector modification ==="); |
InspectorTest.dumpSelectedElementStyles(true); |
- WebInspector.domAgent.undo(); |
+ WebInspector.domModel.undo(); |
InspectorTest.selectNodeAndWaitForStyles("inspected", step3); |
} |
@@ -38,7 +38,7 @@ function test() |
InspectorTest.addResult("=== After undo ==="); |
InspectorTest.dumpSelectedElementStyles(true); |
- WebInspector.domAgent.redo(); |
+ WebInspector.domModel.redo(); |
InspectorTest.selectNodeAndWaitForStyles("other", step4); |
} |