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

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

Issue 11958026: Stubbing out the initial library for Chrome application support. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review feedback Created 7 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: 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 c0af4bf09d038b30e783aab7607d3964f8f58072..aabb1e4bd9271a2e728a900e3a2da94e7e7108e7 100644
--- a/sdk/lib/_internal/compiler/implementation/native_handler.dart
+++ b/sdk/lib/_internal/compiler/implementation/native_handler.dart
@@ -455,6 +455,7 @@ void maybeEnableNative(Compiler compiler,
if (library.entryCompilationUnit.script.name.contains(
'dart/tests/compiler/dart2js_native')
|| libraryName == 'dart:async'
+ || libraryName == 'dart:chrome'
ahe 2013/01/17 18:41:27 Why do you need this?
blois 2013/01/17 21:03:30 I was under the impression that this is required f
ahe 2013/01/17 22:06:55 I think this is different from dart:html, etc. As
|| libraryName == 'dart:html'
|| libraryName == 'dart:html_common'
|| libraryName == 'dart:indexed_db'

Powered by Google App Engine
This is Rietveld 408576698