| 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 2809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2820 } | 2820 } |
| 2821 @patch class RtcStatsResponse { | 2821 @patch class RtcStatsResponse { |
| 2822 static Type get instanceRuntimeType => RtcStatsResponseImpl; | 2822 static Type get instanceRuntimeType => RtcStatsResponseImpl; |
| 2823 | 2823 |
| 2824 } | 2824 } |
| 2825 class RtcStatsResponseImpl extends RtcStatsResponse implements js_library.JSObje
ctInterfacesDom { | 2825 class RtcStatsResponseImpl extends RtcStatsResponse implements js_library.JSObje
ctInterfacesDom { |
| 2826 RtcStatsResponseImpl.internal_() : super.internal_(); | 2826 RtcStatsResponseImpl.internal_() : super.internal_(); |
| 2827 get runtimeType => RtcStatsResponse; | 2827 get runtimeType => RtcStatsResponse; |
| 2828 toString() => super.toString(); | 2828 toString() => super.toString(); |
| 2829 } | 2829 } |
| 2830 @patch class Scale { | |
| 2831 static Type get instanceRuntimeType => ScaleImpl; | |
| 2832 | |
| 2833 } | |
| 2834 class ScaleImpl extends Scale implements js_library.JSObjectInterfacesDom { | |
| 2835 ScaleImpl.internal_() : super.internal_(); | |
| 2836 get runtimeType => Scale; | |
| 2837 toString() => super.toString(); | |
| 2838 } | |
| 2839 @patch class Screen { | 2830 @patch class Screen { |
| 2840 static Type get instanceRuntimeType => ScreenImpl; | 2831 static Type get instanceRuntimeType => ScreenImpl; |
| 2841 | 2832 |
| 2842 } | 2833 } |
| 2843 class ScreenImpl extends Screen implements js_library.JSObjectInterfacesDom { | 2834 class ScreenImpl extends Screen implements js_library.JSObjectInterfacesDom { |
| 2844 ScreenImpl.internal_() : super.internal_(); | 2835 ScreenImpl.internal_() : super.internal_(); |
| 2845 get runtimeType => Screen; | 2836 get runtimeType => Screen; |
| 2846 toString() => super.toString(); | 2837 toString() => super.toString(); |
| 2847 } | 2838 } |
| 2848 @patch class ScreenOrientation { | 2839 @patch class ScreenOrientation { |
| (...skipping 3421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6270 class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn
terfacesDom { | 6261 class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn
terfacesDom { |
| 6271 WaveShaperNodeImpl.internal_() : super.internal_(); | 6262 WaveShaperNodeImpl.internal_() : super.internal_(); |
| 6272 get runtimeType => WaveShaperNode; | 6263 get runtimeType => WaveShaperNode; |
| 6273 toString() => super.toString(); | 6264 toString() => super.toString(); |
| 6274 } | 6265 } |
| 6275 | 6266 |
| 6276 """ | 6267 """ |
| 6277 ], | 6268 ], |
| 6278 }; | 6269 }; |
| 6279 // END_OF_CACHED_PATCHES | 6270 // END_OF_CACHED_PATCHES |
| OLD | NEW |