Index: LayoutTests/inspector/sources/autocomplete-general.html |
diff --git a/LayoutTests/inspector/sources/autocomplete-general.html b/LayoutTests/inspector/sources/autocomplete-general.html |
index a550d101c273f5d086e0d2e447fc39ddde9d8d92..5113ef2da0c4b8a6615fa3f93f1076bb1f96956f 100644 |
--- a/LayoutTests/inspector/sources/autocomplete-general.html |
+++ b/LayoutTests/inspector/sources/autocomplete-general.html |
@@ -1,6 +1,6 @@ |
<html> |
<head> |
-<script src="./resources/empty.js"></script> |
+<script src="../sources/debugger/resources/edit-me.js"></script> |
<script src="../editor/editor-test.js"></script> |
<script src="../../http/tests/inspector/inspector-test.js"></script> |
<script src="../../http/tests/inspector/debugger-test.js"></script> |
@@ -11,7 +11,7 @@ function codeSnippet() { |
function test() |
{ |
- InspectorTest.showScriptSource("empty.js", onSourceFrame); |
+ InspectorTest.showScriptSource("edit-me.js", onSourceFrame); |
var textEditor; |
function onSourceFrame(sourceFrame) |