| Index: runtime/lib/object_patch.dart
|
| diff --git a/runtime/lib/object_patch.dart b/runtime/lib/object_patch.dart
|
| index 8959feb5edf7739fd891b9a2dcf2125e5fa58054..0af593d779c0157e881701fd796d5ff13caf6635 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.
|
| - @patch bool operator ==(other) native "Object_equals";
|
| + 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
|
|
|