| 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 0f8ab41a862a31b139eca4804e5be2ecb8aeae52..705c389d8079a9810fc4f8bf79783ff772f72ab3 100644
|
| --- a/LayoutTests/inspector/elements/styles/undo-add-property.html
|
| +++ b/LayoutTests/inspector/elements/styles/undo-add-property.html
|
| @@ -49,7 +49,7 @@ function test()
|
| InspectorTest.addResult("(After adding property)");
|
| InspectorTest.dumpSelectedElementStyles(true);
|
|
|
| - WebInspector.domAgent.undo();
|
| + WebInspector.domModel.undo();
|
| InspectorTest.selectNodeAndWaitForStyles("other", step2);
|
| }
|
|
|
| @@ -58,7 +58,7 @@ function test()
|
| InspectorTest.addResult("(After undo)");
|
| InspectorTest.dumpSelectedElementStyles(true);
|
|
|
| - WebInspector.domAgent.redo();
|
| + WebInspector.domModel.redo();
|
| InspectorTest.selectNodeAndWaitForStyles("container", step3);
|
| }
|
|
|
|
|