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

Unified Diff: lib/runtime/dart_runtime.js

Issue 1263583005: implement exports, fixes #141 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: rebase Created 5 years, 4 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: lib/runtime/dart_runtime.js
diff --git a/lib/runtime/dart_runtime.js b/lib/runtime/dart_runtime.js
index a7caa53cafbfab189987ec8cb825973dd8cfb77f..0c4dc70ee3bf6be04c8fd37eb8bfc672a9aeebdb 100644
--- a/lib/runtime/dart_runtime.js
+++ b/lib/runtime/dart_runtime.js
@@ -64,7 +64,7 @@ dart_library.library('dart_runtime/dart', null, /* Imports */[
]);
// From dart_utils
- exportFrom(dart_utils, ['copyProperties', 'instantiate']);
+ exportFrom(dart_utils, ['copyProperties', 'export']);
// Renames
exports.defineLazyClass = _export(dart_utils.defineLazy);
exports.defineLazyProperties = _export(dart_utils.defineLazy);

Powered by Google App Engine
This is Rietveld 408576698