| 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..59cd0f738efaaa9f2d09cde1823791bfab4ce35a 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)class $CLASSNAME$EXTENDS implements CanvasImageSource$IMPLEMENTS$NATIVESPEC {
|
| $!MEMBERS
|
| }
|
|
|