Index: Source/core/dom/shadow/ElementShadow.h |
diff --git a/Source/core/dom/shadow/ElementShadow.h b/Source/core/dom/shadow/ElementShadow.h |
index e5c2ef5378781a0ae0ee2b5f0e042d1a20254aef..9017ddcafb749cd8dba150e69abdcc23885c3877 100644 |
--- a/Source/core/dom/shadow/ElementShadow.h |
+++ b/Source/core/dom/shadow/ElementShadow.h |
@@ -82,7 +82,7 @@ private: |
void distribute(); |
void clearDistribution(); |
- void collectSelectFeatureSetFrom(ShadowRoot*); |
+ void collectSelectFeatureSetFrom(ShadowRoot&); |
void distributeNodeChildrenTo(InsertionPoint*, ContainerNode*); |
bool needsSelectFeatureSet() const { return m_needsSelectFeatureSet; } |