Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(738)

Unified Diff: Source/core/dom/TemplateContentDocumentFragment.h

Issue 24023006: Merge 157543 "Clear TemplateContentDocumentFragment::m_host when..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1599/
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/dom/TemplateContentDocumentFragment.h
===================================================================
--- Source/core/dom/TemplateContentDocumentFragment.h (revision 157860)
+++ Source/core/dom/TemplateContentDocumentFragment.h (working copy)
@@ -39,6 +39,7 @@
}
const Element* host() const { return m_host; }
+ void clearHost() { m_host = 0; }
private:
TemplateContentDocumentFragment(Document* document, const Element* host)

Powered by Google App Engine
This is Rietveld 408576698