| Index: runtime/vm/method_recognizer.h
|
| diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h
|
| index 7efa6e779490e95e60188bc99902094d9a0b5239..fd2c7ff58d4876a079237ce4931b5483cd9fa616 100644
|
| --- a/runtime/vm/method_recognizer.h
|
| +++ b/runtime/vm/method_recognizer.h
|
| @@ -256,7 +256,7 @@ namespace dart {
|
| V(Int32x4List, ., TypedData_Int32x4Array_factory, 504220232) \
|
| V(Float64x2List, ., TypedData_Float64x2Array_factory, 416019673) \
|
|
|
| -#define GRAPH_TYPED_DATA_INTRINSICS_LIST(V) \
|
| +#define GRAPH_TYPED_DATA_INTRINSICS_LIST(V) \
|
| V(Uint8List, [], Uint8ArrayGetIndexed, 513704632) \
|
| V(Uint8List, []=, Uint8ArraySetIndexed, 2123520783) \
|
| V(_ExternalUint8Array, [], ExternalUint8ArrayGetIndexed, 513704632) \
|
| @@ -310,7 +310,6 @@ namespace dart {
|
| MATH_LIB_INTRINSIC_LIST(V) \
|
| TYPED_DATA_LIB_INTRINSIC_LIST(V) \
|
|
|
| -
|
| #define ALL_INTRINSICS_LIST(V) \
|
| ALL_INTRINSICS_NO_INTEGER_LIB_LIST(V) \
|
| CORE_INTEGER_LIB_INTRINSIC_LIST(V)
|
|
|