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

Unified Diff: pkg/fletchc/lib/src/fletch_backend.dart

Issue 1209033003: Work in progres, please take a look and give early feedback if this is the way we want to structure… (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: address comments Created 5 years, 6 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/typed_data/typed_data_patch.dart ('k') | pkg/service/lib/struct.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fletchc/lib/src/fletch_backend.dart
diff --git a/pkg/fletchc/lib/src/fletch_backend.dart b/pkg/fletchc/lib/src/fletch_backend.dart
index e074076d5659179b6443e154abd2a46789fe4e7d..a13d1b6af416258de3ac65144166b0c421eecdc4 100644
--- a/pkg/fletchc/lib/src/fletch_backend.dart
+++ b/pkg/fletchc/lib/src/fletch_backend.dart
@@ -339,7 +339,8 @@ class FletchBackend extends Backend {
loadClass("bool", compiler.coreLibrary, true);
coroutineClass = loadClass("Coroutine", compiler.coreLibrary, true).element;
loadClass("Port", compiler.coreLibrary, true);
- loadClass("Foreign", fletchFFILibrary, true);
+ loadClass("ForeignMemory", fletchFFILibrary, true);
+ loadClass("ForeignPointer", fletchFFILibrary, true);
growableListClass =
loadClass(growableListName, fletchSystemLibrary).element;
« no previous file with comments | « lib/typed_data/typed_data_patch.dart ('k') | pkg/service/lib/struct.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698