| Index: runtime/lib/object_patch.dart
|
| diff --git a/runtime/lib/object_patch.dart b/runtime/lib/object_patch.dart
|
| index 4fb4db5a8996abf2484f25611f9600a14b5e3daa..d83ba13a34af6a9a772536e8a208040cda86dd71 100644
|
| --- a/runtime/lib/object_patch.dart
|
| +++ b/runtime/lib/object_patch.dart
|
| @@ -5,7 +5,7 @@
|
| @patch class Object {
|
|
|
| // The VM has its own implementation of equals.
|
| - bool operator ==(other) native "Object_equals";
|
| + @patch bool operator ==(other) native "Object_equals";
|
|
|
| // Helpers used to implement hashCode. If a hashCode is used, we remember it
|
| // in a weak table in the VM. A new hashCode value is calculated using a
|
|
|