Index: Source/core/dom/TreeScope.h |
diff --git a/Source/core/dom/TreeScope.h b/Source/core/dom/TreeScope.h |
index 74798c75a3d9a7c9141f56af3787e0313c77864b..664db1565eeaf4da1bb2437d68b365500860e240 100644 |
--- a/Source/core/dom/TreeScope.h |
+++ b/Source/core/dom/TreeScope.h |
@@ -90,7 +90,7 @@ public: |
bool applyAuthorStyles() const; |
// Used by the basic DOM mutation methods (e.g., appendChild()). |
- void adoptIfNeeded(Node*); |
+ void adoptIfNeeded(Node&); |
Node* rootNode() const { return m_rootNode; } |