| Index: LayoutTests/inspector/debugger/debugger-scripts-reload.html
|
| diff --git a/LayoutTests/inspector/debugger/debugger-scripts-reload.html b/LayoutTests/inspector/debugger/debugger-scripts-reload.html
|
| index 477b4d0036a3daacb238c07fe7e7fdfa5536f502..b565a5694238354729983413cf925beafc1dc4ae 100644
|
| --- a/LayoutTests/inspector/debugger/debugger-scripts-reload.html
|
| +++ b/LayoutTests/inspector/debugger/debugger-scripts-reload.html
|
| @@ -7,7 +7,7 @@
|
|
|
| function test()
|
| {
|
| - InspectorTest.evaluateInPage("function foo() {} //@ sourceURL=dummyScript.js", step1);
|
| + InspectorTest.evaluateInPage("function foo() {} //# sourceURL=dummyScript.js", step1);
|
|
|
| function step1()
|
| {
|
|
|