Index: Source/core/xml/parser/XMLDocumentParser.cpp |
diff --git a/Source/core/xml/parser/XMLDocumentParser.cpp b/Source/core/xml/parser/XMLDocumentParser.cpp |
index b9ab4c5dd8f751bf74e7f493f212642047e3ca2d..786315d71dcd2f9088b22b22ff97166db91554f8 100644 |
--- a/Source/core/xml/parser/XMLDocumentParser.cpp |
+++ b/Source/core/xml/parser/XMLDocumentParser.cpp |
@@ -811,7 +811,7 @@ XMLDocumentParser::XMLDocumentParser(DocumentFragment* fragment, Element* parent |
#endif |
// Add namespaces based on the parent node |
- WillBeHeapVector<RawPtrWillBeMember<Element> > elemStack; |
+ WillBeHeapVector<RawPtrWillBeMember<Element>> elemStack; |
while (parentElement) { |
elemStack.append(parentElement); |