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

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

Issue 1890983002: Remove MutationEvent bad entries in both removed list and renamed list (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Re-gened Created 4 years, 8 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') | tools/dom/idl/dart/dart.idl » ('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 847abd51d9a2e6b0c47c23d9eca6bc134cc9ee86..34a56f4906950f5ba329335f9979f1bed977e458 100644
--- a/sdk/lib/js/dartium/cached_patches.dart
+++ b/sdk/lib/js/dartium/cached_patches.dart
@@ -3921,15 +3921,6 @@ class _HTMLMarqueeElementImpl extends _HTMLMarqueeElement implements js_library.
get runtimeType => _HTMLMarqueeElement;
toString() => super.toString();
}
-patch class _MutationEvent {
- static Type get instanceRuntimeType => _MutationEventImpl;
-
-}
-class _MutationEventImpl extends _MutationEvent implements js_library.JSObjectInterfacesDom {
- _MutationEventImpl.internal_() : super.internal_();
- get runtimeType => _MutationEvent;
- toString() => super.toString();
-}
patch class _NamedNodeMap {
static Type get instanceRuntimeType => _NamedNodeMapImpl;
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/idl/dart/dart.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698