Index: sdk/lib/html/dart2js/html_dart2js.dart |
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart |
index f282d2cf8dbb44d12e9bf5d4de4085ad41bd6e2c..f46a08f8bce28e80083a04f53adbfddebb72dd47 100644 |
--- a/sdk/lib/html/dart2js/html_dart2js.dart |
+++ b/sdk/lib/html/dart2js/html_dart2js.dart |
@@ -21879,6 +21879,19 @@ class TableSectionElement extends Element native "*HTMLTableSectionElement" { |
// 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. |
+ |
+@DocsEditable |
+@DomName('HTMLTemplateElement') |
+class TemplateElement extends Element native "*HTMLTemplateElement" { |
+ |
+ @DomName('HTMLTemplateElement.content') |
+ @DocsEditable |
+ final DocumentFragment content; |
+} |
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
+// 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. |
+ |
// WARNING: Do not edit - generated code. |