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

Unified Diff: lib/runtime/dart/_classes.js

Issue 1580413002: Add a `@JSExportName` annotation for internal use in the runtime (use it to export dart.assert inst… (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: made _emitTopLevelName.suffix a named arg 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 | « no previous file | lib/runtime/dart/_foreign_helper.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/_classes.js
diff --git a/lib/runtime/dart/_classes.js b/lib/runtime/dart/_classes.js
index 36590277167f0688edaf12a95e590f5ccd14dbd8..837a1da64d7b1d9c592a7fc0cade78760b64d93f 100644
--- a/lib/runtime/dart/_classes.js
+++ b/lib/runtime/dart/_classes.js
@@ -20,7 +20,7 @@ dart_library.library('dart/_classes', null, /* Imports */[
], function(exports, dart_utils, core, _interceptors, types, rtti) {
'use strict';
- const assert = dart_utils.assert_;
+ const assert = dart_utils.assert;
const copyProperties = dart_utils.copyProperties;
const copyTheseProperties = dart_utils.copyTheseProperties;
const defineMemoizedGetter = dart_utils.defineMemoizedGetter;
« no previous file with comments | « no previous file | lib/runtime/dart/_foreign_helper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698