Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: LayoutTests/inspector/debugger/debugger-scripts-reload.html

Issue 15832007: DevTools: Add support for //# sourceURL (sourceMappingURL) comments and deprecate //@ ones (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()
{
« no previous file with comments | « LayoutTests/inspector/debugger/debugger-script-preprocessor.html ('k') | LayoutTests/inspector/debugger/dynamic-scripts.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698