| Index: tools/dom/templates/html/impl/impl_HashChangeEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_HashChangeEvent.darttemplate b/tools/dom/templates/html/impl/impl_HashChangeEvent.darttemplate
|
| index 133ccd25f13d5f2a936beac0a5f1be81ff3853bc..701c4c69f7169766a311866919df60526fa21a44 100644
|
| --- a/tools/dom/templates/html/impl/impl_HashChangeEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_HashChangeEvent.darttemplate
|
| @@ -5,6 +5,9 @@
|
| // WARNING: Do not edit - generated code.
|
|
|
| part of $LIBRARYNAME;
|
| +
|
| +$!TOPLEVEL
|
| +
|
| $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME(String type,
|
| {bool canBubble: true, bool cancelable: true, String oldUrl,
|
|
|