Index: third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h |
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h |
index f906b78d6b19ccf915c9cb9097c3ce9c6d789990..aec73b70e645ce94f685fc34aaed4939e1484ac6 100644 |
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h |
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.h |
@@ -17,11 +17,10 @@ class Element; |
// https://html.spec.whatwg.org/multipage/scripting.html#custom-element-reactions |
class CORE_EXPORT CustomElementReactionStack final |
- : public GarbageCollectedFinalized<CustomElementReactionStack> { |
+ : public GarbageCollected<CustomElementReactionStack> { |
WTF_MAKE_NONCOPYABLE(CustomElementReactionStack); |
public: |
CustomElementReactionStack(); |
- ~CustomElementReactionStack(); |
DECLARE_TRACE(); |