Revert "Roll flutter engine (#12307)" (#12365)

This reverts commit f6fe8dc7e3e961c067432e74f8a5fc089d7559b7.

This breaks coverage test
https://travis-ci.org/flutter/flutter/jobs/282472585
This commit is contained in:
Alexander Aprelev 2017-10-02 16:01:09 -07:00 committed by GitHub
parent affdab1a5a
commit fd04d4d126
3 changed files with 2 additions and 4 deletions

View File

@ -1 +1 @@
f97e974e8cd58da75c699295384cd439a7369b13
e3404b81a53ba3180c7623a6f2190ebb28518f30

View File

@ -10,7 +10,7 @@ set -e
bin/flutter --version
# Install dartdoc.
bin/cache/dart-sdk/bin/pub global activate dartdoc 0.13.0+3
bin/cache/dart-sdk/bin/pub global activate dartdoc 0.13.0+1
# This script generates a unified doc set, and creates
# a custom index.html, placing everything into dev/docs/doc.

View File

@ -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 => const <Type>[];
}
String _valueName(Object value) {