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

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

Issue 745533002: Support native extensions for analysis and docgen. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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/elements/elements.dart
diff --git a/pkg/compiler/lib/src/elements/elements.dart b/pkg/compiler/lib/src/elements/elements.dart
index 442e12b22701773a76c374dde646b3d4dcc2f264..8a26331dcbbdd55ac7b58a2fdc3dcf303c2877cb 100644
--- a/pkg/compiler/lib/src/elements/elements.dart
+++ b/pkg/compiler/lib/src/elements/elements.dart
@@ -885,7 +885,6 @@ abstract class LibraryElement extends Element
bool get exportsHandled;
// TODO(kasperl): We should try to get rid of these.
- void set canUseNative(bool value);
void set libraryTag(LibraryName value);
LibraryElement get implementation;

Powered by Google App Engine
This is Rietveld 408576698