Skip to content

Commit

Permalink
Roll engine to 459f722 (flutter#12413)
Browse files Browse the repository at this point in the history
Eliminates Invocation.typeArguments override recently introduced and removed in upstream Dart SDK commit:
https://dart-review.googlesource.com/c/sdk/+/10702
  • Loading branch information
cbracken committed Oct 5, 2017
1 parent d5ba4df commit 0189696
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion bin/internal/engine.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f7685ddf16ccf9e5f6c4386c23061b02ed0e37d4
459f722b86415da01386fe41f37bafa842f11ae8
2 changes: 0 additions & 2 deletions packages/flutter/test/rendering/recording_canvas.dart
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ class _MethodCall implements Invocation {
Map<Symbol, dynamic> get namedArguments => <Symbol, dynamic>{};
@override
List<dynamic> get positionalArguments => _arguments;
@override
List<Type> get typeArguments => throw new UnimplementedError();
}

String _valueName(Object value) {
Expand Down

0 comments on commit 0189696

Please sign in to comment.