| 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 = {"dart:html": ["dart:html", "dart:html_js_interop_patch.dar
t", """import 'dart:js' as js_library; | 10 var cached_patches = {"dart:html": ["dart:html", "dart:html_js_interop_patch.dar
t", """import 'dart:js' as js_library; |
| (...skipping 3903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3914 } | 3914 } |
| 3915 patch class _HTMLMarqueeElement { | 3915 patch class _HTMLMarqueeElement { |
| 3916 static Type get instanceRuntimeType => _HTMLMarqueeElementImpl; | 3916 static Type get instanceRuntimeType => _HTMLMarqueeElementImpl; |
| 3917 | 3917 |
| 3918 } | 3918 } |
| 3919 class _HTMLMarqueeElementImpl extends _HTMLMarqueeElement implements js_library.
JSObjectInterfacesDom { | 3919 class _HTMLMarqueeElementImpl extends _HTMLMarqueeElement implements js_library.
JSObjectInterfacesDom { |
| 3920 _HTMLMarqueeElementImpl.internal_() : super.internal_(); | 3920 _HTMLMarqueeElementImpl.internal_() : super.internal_(); |
| 3921 get runtimeType => _HTMLMarqueeElement; | 3921 get runtimeType => _HTMLMarqueeElement; |
| 3922 toString() => super.toString(); | 3922 toString() => super.toString(); |
| 3923 } | 3923 } |
| 3924 patch class _MutationEvent { | |
| 3925 static Type get instanceRuntimeType => _MutationEventImpl; | |
| 3926 | |
| 3927 } | |
| 3928 class _MutationEventImpl extends _MutationEvent implements js_library.JSObjectIn
terfacesDom { | |
| 3929 _MutationEventImpl.internal_() : super.internal_(); | |
| 3930 get runtimeType => _MutationEvent; | |
| 3931 toString() => super.toString(); | |
| 3932 } | |
| 3933 patch class _NamedNodeMap { | 3924 patch class _NamedNodeMap { |
| 3934 static Type get instanceRuntimeType => _NamedNodeMapImpl; | 3925 static Type get instanceRuntimeType => _NamedNodeMapImpl; |
| 3935 | 3926 |
| 3936 } | 3927 } |
| 3937 class _NamedNodeMapImpl extends _NamedNodeMap implements js_library.JSObjectInte
rfacesDom { | 3928 class _NamedNodeMapImpl extends _NamedNodeMap implements js_library.JSObjectInte
rfacesDom { |
| 3938 _NamedNodeMapImpl.internal_() : super.internal_(); | 3929 _NamedNodeMapImpl.internal_() : super.internal_(); |
| 3939 get runtimeType => _NamedNodeMap; | 3930 get runtimeType => _NamedNodeMap; |
| 3940 toString() => super.toString(); | 3931 toString() => super.toString(); |
| 3941 } | 3932 } |
| 3942 patch class _PagePopupController { | 3933 patch class _PagePopupController { |
| (...skipping 2080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6023 | 6014 |
| 6024 } | 6015 } |
| 6025 class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn
terfacesDom { | 6016 class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn
terfacesDom { |
| 6026 WaveShaperNodeImpl.internal_() : super.internal_(); | 6017 WaveShaperNodeImpl.internal_() : super.internal_(); |
| 6027 get runtimeType => WaveShaperNode; | 6018 get runtimeType => WaveShaperNode; |
| 6028 toString() => super.toString(); | 6019 toString() => super.toString(); |
| 6029 } | 6020 } |
| 6030 | 6021 |
| 6031 """],}; | 6022 """],}; |
| 6032 // END_OF_CACHED_PATCHES | 6023 // END_OF_CACHED_PATCHES |
| OLD | NEW |