| Index: tools/dom/templates/html/impl/impl_HTMLVideoElement.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_HTMLVideoElement.darttemplate b/tools/dom/templates/html/impl/impl_HTMLVideoElement.darttemplate
|
| index ecd9514c995c48a5a2895c079c15269d919c4b2a..244ea4b0ecafe0d67e7855b7c7db77e7d27300a7 100644
|
| --- a/tools/dom/templates/html/impl/impl_HTMLVideoElement.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_HTMLVideoElement.darttemplate
|
| @@ -4,6 +4,6 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| -$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS implements CanvasImageSource$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS implements CanvasImageSource$IMPLEMENTS {
|
| $!MEMBERS
|
| }
|
|
|