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

Unified Diff: lib/custom_compiler_options.dart

Issue 2201803002: Mark native methods as external. (Closed) Base URL: git@github.com:dart-lang/rasta.git@dill
Patch Set: Created 4 years, 4 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
« no previous file with comments | « lib/custom_backend.dart ('k') | lib/kernel.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/custom_compiler_options.dart
diff --git a/lib/custom_compiler_options.dart b/lib/custom_compiler_options.dart
index 2363a941b1514777746e78a98d9ee66aba5f845a..e7b6098daf98c94d4fee14bfb82f7d2178a9a375 100644
--- a/lib/custom_compiler_options.dart
+++ b/lib/custom_compiler_options.dart
@@ -64,7 +64,7 @@ class CustomCompilerOptions implements CompilerOptions {
@override bool get allowMockCompilation => false;
- @override bool get allowNativeExtensions => true;
+ @override bool get allowNativeExtensions => false;
@override Uri get deferredMapUri => null;
« no previous file with comments | « lib/custom_backend.dart ('k') | lib/kernel.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698