Index: LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles.html |
diff --git a/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles.html b/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles.html |
index 277c66bfa5645e9780a36c306a102a3f16603f18..9530535e5cedfc7e16a8aba9d7525a4a059b27cf 100644 |
--- a/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles.html |
+++ b/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles.html |
@@ -72,7 +72,7 @@ function test() |
function onSecondRuleAdded() |
{ |
- WebInspector.domModel.undo(onRuleRemoved); |
+ InspectorTest.domModel.undo(onRuleRemoved); |
} |
function onRuleRemoved() |