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

Unified Diff: pkg/compiler/lib/src/library_loader.dart

Issue 1408043002: Move native and js interop properties from the element model to the JS backend (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Updated cf. comments. Created 5 years, 2 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: pkg/compiler/lib/src/library_loader.dart
diff --git a/pkg/compiler/lib/src/library_loader.dart b/pkg/compiler/lib/src/library_loader.dart
index 5759b52e230bea6d22742a1548fb7e7014b7991c..f500f98dec7eb4c46390f37ad027972f4ff0f75a 100644
--- a/pkg/compiler/lib/src/library_loader.dart
+++ b/pkg/compiler/lib/src/library_loader.dart
@@ -31,7 +31,6 @@ import 'elements/modelx.dart' show
PrefixElementX,
SyntheticImportElement;
-import 'native/native.dart' as native;
import 'script.dart';
import 'tree/tree.dart';
import 'util/util.dart' show
@@ -631,7 +630,6 @@ class _LibraryLoaderTask extends CompilerTask implements LibraryLoaderTask {
handler.registerNewLibrary(element);
libraryCanonicalUriMap[resolvedUri] = element;
}
- native.maybeEnableNative(compiler, element);
compiler.scanner.scanLibrary(element);
return element;
});
« no previous file with comments | « pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart ('k') | pkg/compiler/lib/src/native/enqueue.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698