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

Unified Diff: lib/io/system.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/ffi/ffi.dart ('k') | lib/io/system_linux.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/io/system.dart
diff --git a/lib/io/system.dart b/lib/io/system.dart
index c847ddd1c73bcc9cdf9049983cad09292b634af1..7764e16e3a90dba93afb22c3516a7886566fe078 100644
--- a/lib/io/system.dart
+++ b/lib/io/system.dart
@@ -88,7 +88,7 @@ abstract class System {
final int hostWordSize = Foreign.bitsPerMachineWord ~/ 8;
-class Struct extends Foreign {
+class Struct extends ForeignMemory {
final wordSize;
Struct(int fields)
« no previous file with comments | « lib/ffi/ffi.dart ('k') | lib/io/system_linux.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698