Index: Source/core/dom/shadow/ElementShadow.h |
diff --git a/Source/core/dom/shadow/ElementShadow.h b/Source/core/dom/shadow/ElementShadow.h |
index 8ac38e9e58516188c04860631ded95e513d44602..ed185e92c05ab8724afbc538a44c70db0268365b 100644 |
--- a/Source/core/dom/shadow/ElementShadow.h |
+++ b/Source/core/dom/shadow/ElementShadow.h |
@@ -79,9 +79,9 @@ private: |
void distribute(); |
void clearDistribution(); |
- void populate(Node*, Vector<Node*>&); |
+ void populate(Node*, Vector<Node*, 32>&); |
void collectSelectFeatureSetFrom(ShadowRoot*); |
- void distributeSelectionsTo(InsertionPoint*, const Vector<Node*>& pool, Vector<bool>& distributed); |
+ void distributeSelectionsTo(InsertionPoint*, const Vector<Node*, 32>& pool, Vector<bool>& distributed); |
void distributeNodeChildrenTo(InsertionPoint*, ContainerNode*); |
bool needsSelectFeatureSet() const { return m_needsSelectFeatureSet; } |