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

Unified Diff: third_party/WebKit/Source/core/dom/shadow/ElementShadow.h

Issue 2485373003: Drop finalization for ElementShadows. (Closed)
Patch Set: rebased Created 4 years, 1 month 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 | « no previous file | third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/shadow/ElementShadow.h
diff --git a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h
index d88535436da84a548c966226bd4b570334a8dad9..39960d47495af727fcf809a1e0ab98dbaf2e61c3 100644
--- a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h
+++ b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h
@@ -38,14 +38,12 @@ namespace blink {
class ElementShadowV0;
-class CORE_EXPORT ElementShadow final
- : public GarbageCollectedFinalized<ElementShadow>,
- public TraceWrapperBase {
+class CORE_EXPORT ElementShadow final : public GarbageCollected<ElementShadow>,
+ public TraceWrapperBase {
WTF_MAKE_NONCOPYABLE(ElementShadow);
public:
static ElementShadow* create();
- ~ElementShadow();
Element& host() const {
DCHECK(m_shadowRoot);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698