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

Unified Diff: lib/js/legacy/dart_sdk.js

Side-by-side diff isn't available for this file because of its large size.
Issue 2249233002: fix #626, add AMD module format and make it default (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged Created 4 years, 3 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:
Download patch
« no previous file with comments | « lib/js/legacy/dart_library.js ('k') | lib/runtime/dart_library.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/js/legacy/dart_sdk.js
diff --git a/lib/runtime/dart_sdk.js b/lib/js/legacy/dart_sdk.js
similarity index 99%
rename from lib/runtime/dart_sdk.js
rename to lib/js/legacy/dart_sdk.js
index 99b1c89f75145e4ec685506a9ad86a3427f2a190..2621421a1e0915f6a9dac39d6da2ea0e2a314eab 100644
--- a/lib/runtime/dart_sdk.js
+++ b/lib/js/legacy/dart_sdk.js
@@ -1466,7 +1466,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
let src = '';
for (let i = 2; i < dart.notNull(stack[dartx.length]); ++i) {
let frame = stack[dartx.get](i);
- if (!dart.test(frame[dartx.contains]('dev_compiler/lib/runtime/dart_sdk.js'))) {
+ if (!dart.test(frame[dartx.contains]('dart_sdk.js'))) {
src = frame;
break;
}
« no previous file with comments | « lib/js/legacy/dart_library.js ('k') | lib/runtime/dart_library.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698