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 b9b7b4ce55c990527db00dd65f9ecc12f65fea10..70c340a424c9fc99f0eeae3302e5e4dcccc23901 100644 |
--- a/tools/dom/templates/html/impl/impl_Event.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Event.darttemplate |
@@ -4,7 +4,7 @@ |
// WARNING: Do not edit - generated code. |
-part of html; |
+part of $LIBRARYNAME; |
$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
// In JS, canBubble and cancelable are technically required parameters to |