Index: lib/html/templates/html/interface/interface_CSSStyleDeclaration.darttemplate |
diff --git a/lib/html/templates/html/interface/interface_CSSStyleDeclaration.darttemplate b/lib/html/templates/html/interface/interface_CSSStyleDeclaration.darttemplate |
index 1f6d6117faa9ab59c2a7733aa7e0f6048194d39f..721738dd09b788001861369eaa4d71b0a7d35e61 100644 |
--- a/lib/html/templates/html/interface/interface_CSSStyleDeclaration.darttemplate |
+++ b/lib/html/templates/html/interface/interface_CSSStyleDeclaration.darttemplate |
@@ -4,6 +4,8 @@ |
// WARNING: Do not edit - generated code. |
+part of html; |
+ |
$!COMMENT |
abstract class $ID$EXTENDS { |
factory $ID() => _$(ID)FactoryProvider.create$ID(); |