OLD | NEW |
1 // START_OF_CACHED_PATCHES | 1 // START_OF_CACHED_PATCHES |
2 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 2 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
3 // for details. All rights reserved. Use of this source code is governed by a | 3 // for details. All rights reserved. Use of this source code is governed by a |
4 // BSD-style license that can be found in the LICENSE file. | 4 // BSD-style license that can be found in the LICENSE file. |
5 | 5 |
6 // DO NOT EDIT GENERATED FILE. | 6 // DO NOT EDIT GENERATED FILE. |
7 | 7 |
8 library cached_patches; | 8 library cached_patches; |
9 | 9 |
10 var cached_patches = { | 10 var cached_patches = { |
(...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
975 } | 975 } |
976 @patch class DomTokenList { | 976 @patch class DomTokenList { |
977 static Type get instanceRuntimeType => DomTokenListImpl; | 977 static Type get instanceRuntimeType => DomTokenListImpl; |
978 | 978 |
979 } | 979 } |
980 class DomTokenListImpl extends DomTokenList implements js_library.JSObjectInterf
acesDom { | 980 class DomTokenListImpl extends DomTokenList implements js_library.JSObjectInterf
acesDom { |
981 DomTokenListImpl.internal_() : super.internal_(); | 981 DomTokenListImpl.internal_() : super.internal_(); |
982 get runtimeType => DomTokenList; | 982 get runtimeType => DomTokenList; |
983 toString() => super.toString(); | 983 toString() => super.toString(); |
984 } | 984 } |
| 985 @patch class DragEvent { |
| 986 static Type get instanceRuntimeType => DragEventImpl; |
| 987 |
| 988 } |
| 989 class DragEventImpl extends DragEvent implements js_library.JSObjectInterfacesDo
m { |
| 990 DragEventImpl.internal_() : super.internal_(); |
| 991 get runtimeType => DragEvent; |
| 992 toString() => super.toString(); |
| 993 } |
985 @patch class EffectModel { | 994 @patch class EffectModel { |
986 static Type get instanceRuntimeType => EffectModelImpl; | 995 static Type get instanceRuntimeType => EffectModelImpl; |
987 | 996 |
988 } | 997 } |
989 class EffectModelImpl extends EffectModel implements js_library.JSObjectInterfac
esDom { | 998 class EffectModelImpl extends EffectModel implements js_library.JSObjectInterfac
esDom { |
990 EffectModelImpl.internal_() : super.internal_(); | 999 EffectModelImpl.internal_() : super.internal_(); |
991 get runtimeType => EffectModel; | 1000 get runtimeType => EffectModel; |
992 toString() => super.toString(); | 1001 toString() => super.toString(); |
993 } | 1002 } |
994 @patch class Element { | 1003 @patch class Element { |
(...skipping 5275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6270 class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn
terfacesDom { | 6279 class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn
terfacesDom { |
6271 WaveShaperNodeImpl.internal_() : super.internal_(); | 6280 WaveShaperNodeImpl.internal_() : super.internal_(); |
6272 get runtimeType => WaveShaperNode; | 6281 get runtimeType => WaveShaperNode; |
6273 toString() => super.toString(); | 6282 toString() => super.toString(); |
6274 } | 6283 } |
6275 | 6284 |
6276 """ | 6285 """ |
6277 ], | 6286 ], |
6278 }; | 6287 }; |
6279 // END_OF_CACHED_PATCHES | 6288 // END_OF_CACHED_PATCHES |
OLD | NEW |