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

Unified Diff: lib/runtime/dart_sdk.js

Issue 2006353002: Name loader functions. (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: Created 4 years, 7 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 | « no previous file | lib/src/compiler/module_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart_sdk.js
diff --git a/lib/runtime/dart_sdk.js b/lib/runtime/dart_sdk.js
index 52bc310c6e219e1d5903e410eafc38c14ff5eb4c..525eb91e52447c65eb37ab7cb5a5c289ece822e8 100644
--- a/lib/runtime/dart_sdk.js
+++ b/lib/runtime/dart_sdk.js
@@ -1,5 +1,5 @@
dart_library.library('dart_sdk', null, /* Imports */[
-], function(exports) {
+], function load__dart_sdk(exports) {
'use strict';
const dart = Object.create(null);
const dartx = Object.create(null);
« no previous file with comments | « no previous file | lib/src/compiler/module_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698