| Index: tools/dom/templates/html/impl/impl_HTMLInputElement.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_HTMLInputElement.darttemplate b/tools/dom/templates/html/impl/impl_HTMLInputElement.darttemplate
|
| index 2aa82b036c598735d277ed2a9573d925263822fb..fe9ae78634edbb5f1db15b01947690f367c1aeb0 100644
|
| --- a/tools/dom/templates/html/impl/impl_HTMLInputElement.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_HTMLInputElement.darttemplate
|
| @@ -29,7 +29,7 @@ $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS implements
|
| $NATIVESPEC {
|
|
|
| factory InputElement({String type}) {
|
| - var e = document.$dom_createElement("input");
|
| + var e = document.createElement("input");
|
| if (type != null) {
|
| try {
|
| // IE throws an exception for unknown types.
|
|
|