Index: runtime/lib/object_patch.dart |
diff --git a/runtime/lib/object_patch.dart b/runtime/lib/object_patch.dart |
index 0af593d779c0157e881701fd796d5ff13caf6635..4fb4db5a8996abf2484f25611f9600a14b5e3daa 100644 |
--- a/runtime/lib/object_patch.dart |
+++ b/runtime/lib/object_patch.dart |
@@ -53,6 +53,8 @@ |
@patch Type get runtimeType native "Object_runtimeType"; |
+ static bool _haveSameRuntimeType(a, b) native "Object_haveSameRuntimeType"; |
+ |
// Call this function instead of inlining instanceof, thus collecting |
// type feedback and reducing code size of unoptimized code. |
bool _instanceOf(instantiator_type_arguments, type, bool negate) |