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

Unified Diff: lib/runtime/dart/_types.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: Moved js exported name resolution down to _maybeQualifiedName (Renamed to _emitTopLevelName) 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
Index: lib/runtime/dart/_types.js
diff --git a/lib/runtime/dart/_types.js b/lib/runtime/dart/_types.js
index 76556262777a245b691ce9b717f1cfff9c9d0061..2cc00cbd3c904f5e8052a5276539237446536674 100644
--- a/lib/runtime/dart/_types.js
+++ b/lib/runtime/dart/_types.js
@@ -16,7 +16,7 @@ dart_library.library('dart/_types', null, /* Imports */[
const getOwnPropertyNames = Object.getOwnPropertyNames;
- const assert = dart_utils.assert_;
+ const assert = dart_utils.assert;
/**
* Types in dart are represented at runtime as follows.

Powered by Google App Engine
This is Rietveld 408576698