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

Unified Diff: third_party/WebKit/Source/core/xml/XPathNodeSet.h

Issue 1922763003: Remove unnecessary uses of GarbageCollectedFinalized<>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo revival of unused includes Created 4 years, 8 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 | « third_party/WebKit/Source/core/xml/DOMParser.h ('k') | third_party/WebKit/Source/core/xml/XPathResult.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/xml/XPathNodeSet.h
diff --git a/third_party/WebKit/Source/core/xml/XPathNodeSet.h b/third_party/WebKit/Source/core/xml/XPathNodeSet.h
index 5d1e9d39b0bab3eaddf6f5e3cc3e586a7de8b074..bdbf6c21d042c434f24cbd8ff691955144de5bc9 100644
--- a/third_party/WebKit/Source/core/xml/XPathNodeSet.h
+++ b/third_party/WebKit/Source/core/xml/XPathNodeSet.h
@@ -34,8 +34,7 @@ namespace blink {
namespace XPath {
-// TODO(Oilpan): drop Finalized once Node is on the heap.
-class NodeSet final : public GarbageCollectedFinalized<NodeSet> {
+class NodeSet final : public GarbageCollected<NodeSet> {
public:
static NodeSet* create() { return new NodeSet; }
static NodeSet* create(const NodeSet&);
« no previous file with comments | « third_party/WebKit/Source/core/xml/DOMParser.h ('k') | third_party/WebKit/Source/core/xml/XPathResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698