Index: Source/core/xml/XPathNodeSet.h |
diff --git a/Source/core/xml/XPathNodeSet.h b/Source/core/xml/XPathNodeSet.h |
index 8ecfa92c8c6aea78c54fa954238d30e00e258222..56b92a42f4997bd756971d7116e351b1cf8598d1 100644 |
--- a/Source/core/xml/XPathNodeSet.h |
+++ b/Source/core/xml/XPathNodeSet.h |
@@ -78,7 +78,7 @@ private: |
bool m_isSorted; |
bool m_subtreesAreDisjoint; |
- WillBeHeapVector<RefPtrWillBeMember<Node> > m_nodes; |
+ WillBeHeapVector<RefPtrWillBeMember<Node>> m_nodes; |
}; |
} |