Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 052c0323f8967eebcd959bc20c28a8060bd8a24d..61858541de3cb59ea528319d9d2ba936534b2bd1 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -79,6 +79,7 @@ class RenderBoxModelObject; |
class RenderObject; |
class RenderStyle; |
class ShadowRoot; |
+class StaticNodeList; |
class TagCollection; |
class Text; |
class TouchEvent; |
@@ -666,7 +667,7 @@ public: |
void updateAncestorConnectedSubframeCountForRemoval() const; |
void updateAncestorConnectedSubframeCountForInsertion() const; |
- PassRefPtrWillBeRawPtr<NodeList> getDestinationInsertionPoints(); |
+ PassRefPtrWillBeRawPtr<StaticNodeList> getDestinationInsertionPoints(); |
void setAlreadySpellChecked(bool flag) { setFlag(flag, AlreadySpellCheckedFlag); } |
bool isAlreadySpellChecked() { return getFlag(AlreadySpellCheckedFlag); } |