| 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);
|
|
|