| Index: tools/dom/templates/html/impl/impl_WebKitTransitionEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_WebKitTransitionEvent.darttemplate b/tools/dom/templates/html/impl/impl_WebKitTransitionEvent.darttemplate
|
| index 2c33753bbcf10bd767c9fd32c5c69aab5dbb0ead..511cebf7cf0c4d268d4ac75975ce5261ddf6a374 100644
|
| --- a/tools/dom/templates/html/impl/impl_WebKitTransitionEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_WebKitTransitionEvent.darttemplate
|
| @@ -6,5 +6,5 @@ part of $LIBRARYNAME;
|
|
|
| // This class maps WebKitTransitionEvent to TransitionEvent for older Chrome
|
| // browser versions.
|
| -$(ANNOTATIONS)class $CLASSNAME implements TransitionEvent $NATIVESPEC {
|
| +$(ANNOTATIONS)class $CLASSNAME$EXTENDS implements TransitionEvent $NATIVESPEC {
|
| $!MEMBERS}
|
|
|