Chromium Code Reviews| Index: tools/dom/templates/html/impl/impl_Document.darttemplate |
| diff --git a/tools/dom/templates/html/impl/impl_Document.darttemplate b/tools/dom/templates/html/impl/impl_Document.darttemplate |
| index 73b40fa1f133ad18d2ee6c55195b4bc29c7c371c..2da151ea4850739dd9ea1d96df10849a9a1be880 100644 |
| --- a/tools/dom/templates/html/impl/impl_Document.darttemplate |
| +++ b/tools/dom/templates/html/impl/impl_Document.darttemplate |
| @@ -35,4 +35,7 @@ $!MEMBERS |
| List<Element> queryAll(String selectors) { |
| return new _FrozenElementList._wrap($dom_querySelectorAll(selectors)); |
| } |
| + |
| + // Note: used to polyfill <template> |
| + Document _templateContentsOwner; |
|
blois
2013/05/01 17:00:42
Should this be on HtmlDocument?
Jennifer Messerly
2013/05/02 02:58:33
Done.
|
| } |