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

Unified Diff: sdk/lib/html/dart2js/html_dart2js.dart

Issue 12224080: Fixes for TransitionEvent changes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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:
Download patch
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | tests/html/element_test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dart2js/html_dart2js.dart
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
index fa1cf8da0d35c6a6bbb53651eb8b484ac9f25bad..fbe043a23ba86321b15ca47a126066f9636defdb 100644
--- a/sdk/lib/html/dart2js/html_dart2js.dart
+++ b/sdk/lib/html/dart2js/html_dart2js.dart
@@ -30193,7 +30193,7 @@ class _StyleSheetList implements JavaScriptIndexingBehavior, List<StyleSheet> na
// This class maps WebKitTransitionEvent to TransitionEvent for older Chrome
// browser versions.
@DomName('WebKitTransitionEvent')
-class _WebKitTransitionEvent implements TransitionEvent native "*WebKitTransitionEvent" {
+class _WebKitTransitionEvent extends Event implements TransitionEvent native "*WebKitTransitionEvent" {
@DomName('WebKitTransitionEvent.elapsedTime')
@DocsEditable
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | tests/html/element_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698