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

Unified Diff: pkg/compiler/lib/src/common/resolution.dart

Issue 2732793002: Add NativeDataResolver (Closed)
Patch Set: Fix. Created 3 years, 9 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/common/resolution.dart
diff --git a/pkg/compiler/lib/src/common/resolution.dart b/pkg/compiler/lib/src/common/resolution.dart
index 00d8249e83d63dc556a8f607b92017187ee62e40..3ad10fa94d1fee51de700e0548421b187ebc8f3d 100644
--- a/pkg/compiler/lib/src/common/resolution.dart
+++ b/pkg/compiler/lib/src/common/resolution.dart
@@ -92,7 +92,7 @@ abstract class Target {
/// Resolve target specific information for [element] and register it with
/// [registry].
- void resolveNativeElement(Element element, NativeRegistry registry) {}
+ void resolveNativeMember(MemberElement element, NativeRegistry registry) {}
/// Processes [element] for resolution and returns the [MethodElement] that
/// defines the implementation of [element].

Powered by Google App Engine
This is Rietveld 408576698