Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(371)

Unified Diff: sdk/lib/js/dartium/cached_patches.dart

Issue 2905223002: Cherry-picks of multiple html CLs
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | sdk/lib/svg/dart2js/svg_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | sdk/lib/svg/dart2js/svg_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698