| Index: LayoutTests/inspector/debugger/dynamic-scripts.html
 | 
| diff --git a/LayoutTests/inspector/debugger/dynamic-scripts.html b/LayoutTests/inspector/debugger/dynamic-scripts.html
 | 
| index f0ca161b9950129c581610b68b06e36fd6851c7b..2d86cc013125c6da276b3d0ebb2883b6703b9e0b 100644
 | 
| --- a/LayoutTests/inspector/debugger/dynamic-scripts.html
 | 
| +++ b/LayoutTests/inspector/debugger/dynamic-scripts.html
 | 
| @@ -16,7 +16,7 @@ function appendDynamicScriptElement(src, content)
 | 
|  
 | 
|  function loadScripts()
 | 
|  {
 | 
| -    var sourceURLComment = "\n //@ sourceURL=";
 | 
| +    var sourceURLComment = "\n //# sourceURL=";
 | 
|      window.eval("function fooEval() {}");
 | 
|      window.eval("function fooEvalSourceURL() {}" + sourceURLComment + "evalSourceURL.js");
 | 
|      appendDynamicScriptElement("", "function fooScriptElementContent1() {}");
 | 
| 
 |