| Index: Source/core/dom/TemplateContentDocumentFragment.h
|
| diff --git a/Source/core/dom/TemplateContentDocumentFragment.h b/Source/core/dom/TemplateContentDocumentFragment.h
|
| index 22d52f2a83b8a388bfa589b26761501941823cc1..aa41655cbb833a575fa7a5de02e1ab48e8116886 100644
|
| --- a/Source/core/dom/TemplateContentDocumentFragment.h
|
| +++ b/Source/core/dom/TemplateContentDocumentFragment.h
|
| @@ -35,7 +35,7 @@ class TemplateContentDocumentFragment FINAL : public DocumentFragment {
|
| public:
|
| static PassRefPtrWillBeRawPtr<TemplateContentDocumentFragment> create(Document& document, Element* host)
|
| {
|
| - return adoptRefWillBeRefCountedGarbageCollected(new TemplateContentDocumentFragment(document, host));
|
| + return adoptRefWillBeNoop(new TemplateContentDocumentFragment(document, host));
|
| }
|
|
|
| Element* host() const { return m_host; }
|
|
|