| Index: tool/input_sdk/patch/core_patch.dart
|
| diff --git a/tool/input_sdk/patch/core_patch.dart b/tool/input_sdk/patch/core_patch.dart
|
| index 629116bbab3d95a63c5277fff61f43bd4005bf9c..de2058dab768fa266a5a09be4330f903eae3ba82 100644
|
| --- a/tool/input_sdk/patch/core_patch.dart
|
| +++ b/tool/input_sdk/patch/core_patch.dart
|
| @@ -27,6 +27,10 @@ _symbolMapToStringMap(Map<Symbol, dynamic> map) {
|
| return result;
|
| }
|
|
|
| +class SupportJsExtensionMethods {
|
| + const SupportJsExtensionMethods();
|
| +}
|
| +
|
| @patch
|
| int identityHashCode(Object object) => objectHashCode(object);
|
|
|
|
|