Index: Source/core/dom/shadow/ContentDistribution.h |
diff --git a/Source/core/dom/shadow/ContentDistribution.h b/Source/core/dom/shadow/ContentDistribution.h |
index 799f22f7c892a0111c9950cbdf05ff90bcbef39d..6a7d22ee9a81fede80836667e4cbbe1df36c05d0 100644 |
--- a/Source/core/dom/shadow/ContentDistribution.h |
+++ b/Source/core/dom/shadow/ContentDistribution.h |
@@ -60,12 +60,12 @@ public: |
void swap(ContentDistribution& other); |
- const WillBeHeapVector<RefPtrWillBeMember<Node> >& nodes() const { return m_nodes; } |
+ const WillBeHeapVector<RefPtrWillBeMember<Node>>& nodes() const { return m_nodes; } |
DECLARE_TRACE(); |
private: |
- WillBeHeapVector<RefPtrWillBeMember<Node> > m_nodes; |
+ WillBeHeapVector<RefPtrWillBeMember<Node>> m_nodes; |
WillBeHeapHashMap<RawPtrWillBeMember<const Node>, size_t> m_indices; |
}; |