| 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 686dc1ccb9112d65ea9838409671a9a1b4add729..acd8d889ba7b71011c3090cf7f3b110dde8e2c4f 100644
|
| --- a/tools/dom/templates/html/impl/impl_StorageEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_StorageEvent.darttemplate
|
| @@ -6,7 +6,7 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| -$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME(String type,
|
| {bool canBubble: false, bool cancelable: false, String key, String oldValue,
|
| String newValue, String url, Storage storageArea}) {
|
|
|