Chromium Code Reviews| 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' |