Chromium Code Reviews

Unified Diff: sdk/lib/_internal/compiler/implementation/native_handler.dart

Issue 15782009: RFC: introduce dart:js (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: remove all scope handlings Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: sdk/lib/_internal/compiler/implementation/native_handler.dart
diff --git a/sdk/lib/_internal/compiler/implementation/native_handler.dart b/sdk/lib/_internal/compiler/implementation/native_handler.dart
index df00f7726d1da3afb5830dab7f7979dbd94bdf6b..90c2e71242b719ba05d7421f6ee84454f9300f4e 100644
--- a/sdk/lib/_internal/compiler/implementation/native_handler.dart
+++ b/sdk/lib/_internal/compiler/implementation/native_handler.dart
@@ -495,6 +495,7 @@ void maybeEnableNative(Compiler compiler,
|| libraryName == 'dart:html'
|| libraryName == 'dart:html_common'
|| libraryName == 'dart:indexed_db'
+ || libraryName == 'dart:js'
|| libraryName == 'dart:svg'
|| libraryName == 'dart:typed_data'
|| libraryName == 'dart:web_audio'

Powered by Google App Engine