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

Unified Diff: third_party/WebKit/Source/core/dom/NodeFilterCondition.h

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: third_party/WebKit/Source/core/dom/NodeFilterCondition.h
diff --git a/third_party/WebKit/Source/core/dom/NodeFilterCondition.h b/third_party/WebKit/Source/core/dom/NodeFilterCondition.h
index 77764bdbb4eba90d5049259c3f74bdf271870fe3..9c9ce3cbbd7d0bd7a6ef169f76880a274d014c5a 100644
--- a/third_party/WebKit/Source/core/dom/NodeFilterCondition.h
+++ b/third_party/WebKit/Source/core/dom/NodeFilterCondition.h
@@ -33,7 +33,7 @@ namespace blink {
class ExceptionState;
class Node;
-class NodeFilterCondition : public RefCountedWillBeGarbageCollectedFinalized<NodeFilterCondition> {
+class NodeFilterCondition : public GarbageCollectedFinalized<NodeFilterCondition> {
public:
virtual ~NodeFilterCondition() { }
virtual unsigned acceptNode(Node*, ExceptionState&) const = 0;
« no previous file with comments | « third_party/WebKit/Source/core/dom/NodeFilter.idl ('k') | third_party/WebKit/Source/core/dom/NodeIntersectionObserverData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698