| Index: sky/engine/core/dom/shadow/InsertionPoint.h
|
| diff --git a/sky/engine/core/dom/shadow/InsertionPoint.h b/sky/engine/core/dom/shadow/InsertionPoint.h
|
| index 6b86d710b4901a7853a13cf24d6cbcb7cb3c009d..ec1c4140d551d8737dd3ae93055f9d4e7c8b3cc1 100644
|
| --- a/sky/engine/core/dom/shadow/InsertionPoint.h
|
| +++ b/sky/engine/core/dom/shadow/InsertionPoint.h
|
| @@ -50,7 +50,7 @@ public:
|
|
|
| bool isContentInsertionPoint() const;
|
|
|
| - PassRefPtr<StaticNodeList> getDistributedNodes();
|
| + Vector<RefPtr<Node>> getDistributedNodes();
|
|
|
| virtual bool canAffectSelector() const { return false; }
|
|
|
|
|