| Index: LayoutTests/inspector/elements/styles/undo-add-rule-crash.html
|
| diff --git a/LayoutTests/inspector/elements/styles/undo-add-rule-crash.html b/LayoutTests/inspector/elements/styles/undo-add-rule-crash.html
|
| index d310bd44157e684e01d0876f0610cb520bf06b1e..0c0ba4a0fe077ea9492d77001c7a171590c11a7c 100644
|
| --- a/LayoutTests/inspector/elements/styles/undo-add-rule-crash.html
|
| +++ b/LayoutTests/inspector/elements/styles/undo-add-rule-crash.html
|
| @@ -15,7 +15,7 @@ function test()
|
|
|
| function step2()
|
| {
|
| - WebInspector.domAgent.undo();
|
| + WebInspector.domModel.undo();
|
| InspectorTest.waitForStyles("other", step3);
|
| }
|
|
|
|
|