| Index: third_party/WebKit/ManualTests/inspector/bp-in-named-eval-after-reload.html
|
| diff --git a/third_party/WebKit/ManualTests/inspector/bp-in-named-eval-after-reload.html b/third_party/WebKit/ManualTests/inspector/bp-in-named-eval-after-reload.html
|
| index 4612cd6f2f7d92a4667ac3b0f2e9d81ae57ef373..723680f4362c327c1201fc21783018d921eadee6 100644
|
| --- a/third_party/WebKit/ManualTests/inspector/bp-in-named-eval-after-reload.html
|
| +++ b/third_party/WebKit/ManualTests/inspector/bp-in-named-eval-after-reload.html
|
| @@ -42,14 +42,14 @@ eval([
|
| " doNothing();",
|
| " console.log(new Date() + ': f1() called');",
|
| "}",
|
| - "//@sourceURL=f1.js"
|
| + "//# sourceURL=f1.js"
|
| ].join("\n"));
|
|
|
| f2 = Function([
|
| "",
|
| " doNothing();",
|
| " console.log(new Date() + ': f2() called');",
|
| - "//@sourceURL=f2.js"
|
| + "//# sourceURL=f2.js"
|
| ].join("\n"));
|
|
|
| var button = document.getElementById("button");
|
|
|