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

Unified Diff: test/mjsunit/regress/regress-crbug-481896.js

Issue 1654223003: Revert "Removed support deprecated (//@|/*@) source(URL|MappingURL)=" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « test/mjsunit/regress/regress-crbug-109362.js ('k') | test/mjsunit/regress/regress-crbug-517592.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-crbug-481896.js
diff --git a/test/mjsunit/regress/regress-crbug-481896.js b/test/mjsunit/regress/regress-crbug-481896.js
index 1ef0e5010a34d804eb8f54b2130256add097db2a..0d5c650f1efed67a110ec2c6751961887dc4ba7d 100644
--- a/test/mjsunit/regress/regress-crbug-481896.js
+++ b/test/mjsunit/regress/regress-crbug-481896.js
@@ -29,7 +29,7 @@ function install() {
eval("this.dynamic = function dynamic() { \n" +
" print(\"> dynamic\"); // Break\n" +
"}\n" +
- "//# sourceURL=dynamicScript");
+ "//@ sourceURL=dynamicScript");
}
install();
@@ -53,4 +53,4 @@ Debug.setListener(null);
assertNull(exception);
assertEquals(2, break_count);
-//# sourceURL=staticScript
+//@ sourceURL=staticScript
« no previous file with comments | « test/mjsunit/regress/regress-crbug-109362.js ('k') | test/mjsunit/regress/regress-crbug-517592.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698