| 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 00106f20c2d8813ffffb00ee3665d8a32bf2fe4a..2e12afbfdf8f4bdf0af11c4f926128b9afe7ba24 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.domAgent.undo();
|
| + WebInspector.domModel.undo();
|
| InspectorTest.waitForStyles("container", step3);
|
| }
|
|
|
| @@ -34,7 +34,7 @@ function test()
|
| var treeItem = InspectorTest.getElementStylePropertyTreeItem("font-weight");
|
| InspectorTest.dumpStyleTreeItem(treeItem, "");
|
|
|
| - WebInspector.domAgent.redo();
|
| + WebInspector.domModel.redo();
|
| InspectorTest.waitForStyles("container", step4);
|
| }
|
|
|
|
|