Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(523)

Unified Diff: Source/core/dom/TreeScope.h

Issue 23890025: WIP (Introduce WTF::NonNullPtr<T>.) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/StyleSheetCollections.cpp ('k') | Source/core/dom/TreeScope.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/dom/StyleSheetCollections.cpp ('k') | Source/core/dom/TreeScope.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698