| Index: tools/dom/templates/html/impl/impl_Event.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Event.darttemplate b/tools/dom/templates/html/impl/impl_Event.darttemplate
|
| index 00ced302103ecbe92771b607f10c014d2f152b56..a3fc47f660dd5faa429cd19a30bde06f4fc51673 100644
|
| --- a/tools/dom/templates/html/impl/impl_Event.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Event.darttemplate
|
| @@ -33,5 +33,7 @@ $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| e._initEvent(name, canBubble, cancelable);
|
| return e;
|
| }
|
| +
|
| + $CLASSNAME._private();
|
| $!MEMBERS
|
| }
|
|
|