| Index: tools/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_EventTarget.darttemplate b/tools/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| index aa32ca2b2beb91319a3a1b1794a582c65d313df7..f0bf5ceab050d1cb202950fe6d43b89c556af3ff 100644
|
| --- a/tools/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| @@ -53,7 +53,7 @@ class EventListenerList {
|
| }
|
|
|
| bool dispatch(Event evt) {
|
| - return _ptr.$dom_dispatchEvent(evt);
|
| + return _ptr.dispatchEvent(evt);
|
| }
|
|
|
| void _add(EventListener listener, bool useCapture) {
|
|
|