| Index: Source/core/dom/TemplateContentDocumentFragment.h
|
| diff --git a/Source/core/dom/TemplateContentDocumentFragment.h b/Source/core/dom/TemplateContentDocumentFragment.h
|
| index b2023d0d1255e71fb814856ac4a283f11b02fbdc..6c44e6075eea706843dffeacce91ecec4a06951d 100644
|
| --- a/Source/core/dom/TemplateContentDocumentFragment.h
|
| +++ b/Source/core/dom/TemplateContentDocumentFragment.h
|
| @@ -39,6 +39,7 @@ public:
|
| }
|
|
|
| const Element* host() const { return m_host; }
|
| + void clearHost() { m_host = 0; }
|
|
|
| private:
|
| TemplateContentDocumentFragment(Document& document, const Element* host)
|
|
|