Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 4a8030993ccda40364af8e105f75345de8b16ee1..3f140d04769bb293ddb89293ef196f7fecf4d322 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -283,7 +283,7 @@ public: |
ContainerNode* parentOrShadowHostNode() const; |
Element* parentOrShadowHostElement() const; |
void setParentOrShadowHostNode(ContainerNode*); |
- Node* highestAncestor() const; |
+ Node& highestAncestor() const; |
// Knows about all kinds of hosts. |
ContainerNode* parentOrShadowHostOrTemplateHostNode() const; |