| Index: sky/engine/core/dom/Node.h
|
| diff --git a/sky/engine/core/dom/Node.h b/sky/engine/core/dom/Node.h
|
| index 4518265a9915677e534f3dc13a55d7169e5a2c9d..1b9166e115ee1c1ed4443b6b2ce20d8469cdfb52 100644
|
| --- a/sky/engine/core/dom/Node.h
|
| +++ b/sky/engine/core/dom/Node.h
|
| @@ -481,7 +481,7 @@ public:
|
| void unregisterTransientMutationObserver(MutationObserverRegistration*);
|
| void notifyMutationObserversNodeWillDetach();
|
|
|
| - PassRefPtr<StaticNodeList> getDestinationInsertionPoints();
|
| + Vector<RefPtr<Node>> getDestinationInsertionPoints();
|
|
|
| void setAlreadySpellChecked(bool flag) { setFlag(flag, AlreadySpellCheckedFlag); }
|
| bool isAlreadySpellChecked() { return getFlag(AlreadySpellCheckedFlag); }
|
|
|