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 0c0ba4a0fe077ea9492d77001c7a171590c11a7c..e914d216f4851e6a84b37615563a038df1ae23d7 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.domModel.undo(); |
+ InspectorTest.domModel.undo(); |
InspectorTest.waitForStyles("other", step3); |
} |