| Index: LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-3.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-3.html b/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-3.html
|
| index 3f535baeb774d22aaa88efa14413da797bb3b089..e6aed331383ae84bf42659735f9a2aff2e0de373 100644
|
| --- a/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-3.html
|
| +++ b/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-3.html
|
| @@ -2,7 +2,7 @@
|
| <head>
|
| <script src="../../../http/tests/inspector/inspector-test.js"></script>
|
| <script src="../../../http/tests/inspector/debugger-test.js"></script>
|
| -<script src="resources/unformatted.js"></script>
|
| +<script src="resources/unformatted2.js"></script>
|
| <script>
|
| var test = function()
|
| {
|
| @@ -15,7 +15,7 @@ var test = function()
|
| InspectorTest.runDebuggerTestSuite([
|
| function testBreakpointsSetInFormattedAndRemoveInOriginalSource(next)
|
| {
|
| - InspectorTest.showScriptSource("unformatted.js", didShowScriptSource);
|
| + InspectorTest.showScriptSource("unformatted2.js", didShowScriptSource);
|
|
|
| function didShowScriptSource(frame)
|
| {
|
|
|