| Index: sdk/lib/js/dartium/cached_patches.dart
|
| diff --git a/sdk/lib/js/dartium/cached_patches.dart b/sdk/lib/js/dartium/cached_patches.dart
|
| index 9dd58913bee6fce694c84c1820b2c1c5e7f284ac..26fb3b894ee355ffbcb9b7aa589184c30642354a 100644
|
| --- a/sdk/lib/js/dartium/cached_patches.dart
|
| +++ b/sdk/lib/js/dartium/cached_patches.dart
|
| @@ -982,15 +982,6 @@ class DomTokenListImpl extends DomTokenList implements js_library.JSObjectInterf
|
| get runtimeType => DomTokenList;
|
| toString() => super.toString();
|
| }
|
| -@patch class DragEvent {
|
| - static Type get instanceRuntimeType => DragEventImpl;
|
| -
|
| -}
|
| -class DragEventImpl extends DragEvent implements js_library.JSObjectInterfacesDom {
|
| - DragEventImpl.internal_() : super.internal_();
|
| - get runtimeType => DragEvent;
|
| - toString() => super.toString();
|
| -}
|
| @patch class EffectModel {
|
| static Type get instanceRuntimeType => EffectModelImpl;
|
|
|
| @@ -2836,15 +2827,6 @@ class RtcStatsResponseImpl extends RtcStatsResponse implements js_library.JSObje
|
| get runtimeType => RtcStatsResponse;
|
| toString() => super.toString();
|
| }
|
| -@patch class Scale {
|
| - static Type get instanceRuntimeType => ScaleImpl;
|
| -
|
| -}
|
| -class ScaleImpl extends Scale implements js_library.JSObjectInterfacesDom {
|
| - ScaleImpl.internal_() : super.internal_();
|
| - get runtimeType => Scale;
|
| - toString() => super.toString();
|
| -}
|
| @patch class Screen {
|
| static Type get instanceRuntimeType => ScreenImpl;
|
|
|
|
|