Index: Source/core/dom/TreeScope.h |
diff --git a/Source/core/dom/TreeScope.h b/Source/core/dom/TreeScope.h |
index ecfc83079153ac23adc2e34bd0d4fb181566d48f..daeb480dad2efb2f6a633a8eec9ea945d342cc08 100644 |
--- a/Source/core/dom/TreeScope.h |
+++ b/Source/core/dom/TreeScope.h |
@@ -124,8 +124,8 @@ public: |
void removedLastRefToScope(); |
- bool isInclusiveAncestorOf(const TreeScope&) const; |
- unsigned short comparePosition(const TreeScope&) const; |
+ bool isInclusiveAncestorOf(NonNullPtr<const TreeScope>) const; |
+ unsigned short comparePosition(NonNullPtr<const TreeScope>) const; |
Element* getElementByAccessKey(const String& key) const; |