Index: Source/core/dom/LiveNodeList.h |
diff --git a/Source/core/dom/LiveNodeList.h b/Source/core/dom/LiveNodeList.h |
index 97dd515544a081d6c5657ec2bb06e095b5bef11e..86e3404a3d6e64fcf4260c9add2b4fefda957ff9 100644 |
--- a/Source/core/dom/LiveNodeList.h |
+++ b/Source/core/dom/LiveNodeList.h |
@@ -100,7 +100,7 @@ public: |
protected: |
Document& document() const { return m_ownerNode->document(); } |
- Node* rootNode() const; |
+ Node& rootNode() const; |
ContainerNode* rootContainerNode() const; |
bool overridesItemAfter() const { return m_overridesItemAfter; } |