Index: tools/dom/templates/html/impl/impl_DeviceOrientationEvent.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_DeviceOrientationEvent.darttemplate b/tools/dom/templates/html/impl/impl_DeviceOrientationEvent.darttemplate |
index 821c56fed7f76dd2e39a01aa7a03596d359f7bfe..e73f5f0f522c22311ecd0b97ec5447aa7246c46a 100644 |
--- a/tools/dom/templates/html/impl/impl_DeviceOrientationEvent.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_DeviceOrientationEvent.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, num alpha: 0, num beta: 0, |