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

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

Issue 1922763003: Remove unnecessary uses of GarbageCollectedFinalized<>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: third_party/WebKit/Source/core/xml/XPathResult.h
diff --git a/third_party/WebKit/Source/core/xml/XPathResult.h b/third_party/WebKit/Source/core/xml/XPathResult.h
index 927af13ad655c5e9af5d98a48fe9d9741a4e05cf..808ff08c0f1aa917830b4c66b0cc51d88f0b9e37 100644
--- a/third_party/WebKit/Source/core/xml/XPathResult.h
+++ b/third_party/WebKit/Source/core/xml/XPathResult.h
@@ -42,8 +42,7 @@ namespace XPath {
struct EvaluationContext;
}
-// TODO(Oilpan): remove Finalized when transition type for m_document is.
-class XPathResult final : public GarbageCollectedFinalized<XPathResult>, public ScriptWrappable {
+class XPathResult final : public GarbageCollected<XPathResult>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
enum XPathResultType {

Powered by Google App Engine
This is Rietveld 408576698