Index: runtime/vm/method_recognizer.h |
diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h |
index 87a524eabd1a9881bc9b781471c37ed6ba046aa0..5b684b3bfc7c2a8ad3b913b31b9c5ebeba3440c8 100644 |
--- a/runtime/vm/method_recognizer.h |
+++ b/runtime/vm/method_recognizer.h |
@@ -274,7 +274,7 @@ namespace dart { |
V(_Int32x4Array, ., TypedData_Int32x4Array_factory, 803703492) \ |
V(_Float64x2Array, ., TypedData_Float64x2Array_factory, 944719167) \ |
-#define GRAPH_TYPED_DATA_INTRINSICS_LIST(V) \ |
+#define GRAPH_TYPED_DATA_INTRINSICS_LIST(V) \ |
V(_Uint8Array, [], Uint8ArrayGetIndexed, 513704632) \ |
V(_Uint8Array, []=, Uint8ArraySetIndexed, 2123520783) \ |
V(_ExternalUint8Array, [], ExternalUint8ArrayGetIndexed, 513704632) \ |
@@ -321,7 +321,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) |