Skip to content

Commit

Permalink
Add missing top level to stub_ui (#9060)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams committed May 22, 2019
1 parent 6299af3 commit 8dc3a4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/stub_ui/lib/src/ui/natives.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ part of ui;
List<int> saveCompilationTrace() {
throw UnimplementedError();
}

// If we actually run on big endian machines, we'll need to do something smarter
// here. We don't use [Endian.Host] because it's not a compile-time
// constant and can't propagate into the set/get calls.
const Endian _kFakeHostEndian = Endian.little;

0 comments on commit 8dc3a4c

Please sign in to comment.