Index: lib/html/templates/html/interface/interface_Document.darttemplate |
diff --git a/lib/html/templates/html/interface/interface_Document.darttemplate b/lib/html/templates/html/interface/interface_Document.darttemplate |
index 318ddefadd2c449b5eb57957841de9ff0b096920..7d30daf01ca980caf944b02846dbda65711a3d75 100644 |
--- a/lib/html/templates/html/interface/interface_Document.darttemplate |
+++ b/lib/html/templates/html/interface/interface_Document.darttemplate |
@@ -2,6 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+part of html; |
+ |
$!COMMENT |
abstract class Document extends HtmlElement { |