| Index: tools/dom/templates/html/impl/impl_StorageEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_StorageEvent.darttemplate b/tools/dom/templates/html/impl/impl_StorageEvent.darttemplate
|
| index df91c56fc3bc39d36af07f76eeafd4593d485ff2..fa702fbdced2f58bbeebd3e73e7f051c9e3794d9 100644
|
| --- a/tools/dom/templates/html/impl/impl_StorageEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_StorageEvent.darttemplate
|
| @@ -6,6 +6,8 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| +$!TOPLEVEL
|
| +
|
| $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME(String type,
|
| {bool canBubble: false, bool cancelable: false, String key, String oldValue,
|
|
|