Index: Source/core/dom/DocumentFragment.h |
diff --git a/Source/core/dom/DocumentFragment.h b/Source/core/dom/DocumentFragment.h |
index 1b763a1aa1dcb104ddd2ff57b51d5e8446aa716a..0489d3967683c5fc53e10c04319aceed51352cf3 100644 |
--- a/Source/core/dom/DocumentFragment.h |
+++ b/Source/core/dom/DocumentFragment.h |
@@ -38,7 +38,7 @@ public: |
void parseHTML(const String&, Element* contextElement, ParserContentPolicy = AllowScriptingContent); |
bool parseXML(const String&, Element* contextElement, ParserContentPolicy = AllowScriptingContent); |
- |
+ |
virtual bool canContainRangeEndPoint() const { return true; } |
virtual bool isTemplateContent() const { return false; } |