| Index: tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate b/tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate
|
| index 5b3d3914e4198fb7580c197dd65c95900b769c3c..83b13b20c84a6b89e45a04cfee3fb6b960a01d25 100644
|
| --- a/tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate
|
| @@ -13,7 +13,7 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS
|
| if (view == null) {
|
| view = window;
|
| }
|
| - CompositionEvent e = document._createEvent("CompositionEvent");
|
| + var e = document._createEvent("CompositionEvent");
|
|
|
| $if DART2JS
|
| if (Device.isFirefox) {
|
|
|