| Index: sdk/lib/html/templates/html/impl/impl_Element.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/impl/impl_Element.darttemplate b/sdk/lib/html/templates/html/impl/impl_Element.darttemplate
|
| index d475ddfc6e313c3ca491175cb02f49070014e9e9..bf6e19acee42691eec21d45161133b3202d1a13f 100644
|
| --- a/sdk/lib/html/templates/html/impl/impl_Element.darttemplate
|
| +++ b/sdk/lib/html/templates/html/impl/impl_Element.darttemplate
|
| @@ -617,6 +617,9 @@ abstract class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| * [wc]: http://dvcs.w3.org/hg/webcomponents/raw-file/tip/explainer/index.html
|
| * [x-tags]: http://x-tags.org/
|
| */
|
| +$if DART2JS
|
| + @Creates('Null') // Set from Dart code; does not instantiate a native type.
|
| +$endif
|
| var xtag;
|
|
|
| $if DARTIUM
|
|
|