Index: Source/core/dom/DocumentFragment.cpp |
diff --git a/Source/core/dom/DocumentFragment.cpp b/Source/core/dom/DocumentFragment.cpp |
index a0b656f816c54341edd95c9f16e1a36276cfb038..066c0e53a49532ac741a1fe4f1dd02a8b66a7305 100644 |
--- a/Source/core/dom/DocumentFragment.cpp |
+++ b/Source/core/dom/DocumentFragment.cpp |
@@ -82,4 +82,4 @@ bool DocumentFragment::parseXML(const String& source, Element* contextElement, P |
return XMLDocumentParser::parseDocumentFragment(source, this, contextElement, parserContentPolicy); |
} |
-} |
+} // namespace blink |