Index: LayoutTests/inspector/sources/debugger/live-edit.html |
diff --git a/LayoutTests/inspector/sources/debugger/live-edit.html b/LayoutTests/inspector/sources/debugger/live-edit.html |
index 568be4046b9ce0e3491918132e4430d29f991480..e24e4a15cb7c7430716b8d70bb6f7ecf599836a6 100644 |
--- a/LayoutTests/inspector/sources/debugger/live-edit.html |
+++ b/LayoutTests/inspector/sources/debugger/live-edit.html |
@@ -163,7 +163,7 @@ function test() |
function replaceInSource(sourceFrame, string, replacement, callback) |
{ |
- InspectorTest.addSniffer(WebInspector.debuggerModel, "_didEditScriptSource", callback); |
+ InspectorTest.addSniffer(InspectorTest.debuggerModel, "_didEditScriptSource", callback); |
InspectorTest.replaceInSource(sourceFrame, string, replacement); |
InspectorTest.commitSource(sourceFrame); |
} |