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

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

Issue 2899233004: Need to regen cached_patches; new class exposed. (Closed)
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 | « no previous file | no next file » | 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 e2841188d64345867241a23bc62d429e09bee0dd..9dd58913bee6fce694c84c1820b2c1c5e7f284ac 100644
--- a/sdk/lib/js/dartium/cached_patches.dart
+++ b/sdk/lib/js/dartium/cached_patches.dart
@@ -982,6 +982,15 @@ 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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698