| Index: tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate b/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate
|
| index 046591b2ee4be5707461a07ba3866a6ebfcb2b59..c7d1075ed41ae5fe355e730e323aafb5c13c97a7 100644
|
| --- a/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate
|
| @@ -4,8 +4,8 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| -$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS) class $CLASSNAME $EXTENDS with
|
| - $(CLASSNAME)Base $IMPLEMENTS {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS) class $CLASSNAME $EXTENDS with
|
| + $(CLASSNAME)Base $IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME() => new CssStyleDeclaration.css('');
|
|
|
| factory $CLASSNAME.css(String css) {
|
|
|