| Index: runtime/lib/internal_patch.dart
|
| diff --git a/runtime/lib/internal_patch.dart b/runtime/lib/internal_patch.dart
|
| index f2fe6808080d27c8d39d55d432edd679fcd4af97..ce44229035f89c7b11500dcec48526a4d8d16709 100644
|
| --- a/runtime/lib/internal_patch.dart
|
| +++ b/runtime/lib/internal_patch.dart
|
| @@ -13,8 +13,6 @@ class VMLibraryHooks {
|
| static var timerFactory;
|
| // Example: "dart:io _EventHandler._sendData"
|
| static var eventHandlerSendData;
|
| - // Implementation of Resource.readAsBytes.
|
| - static var resourceReadAsBytes;
|
| }
|
|
|
| patch class CodeUnits {
|
|
|