| Index: third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| index 6d81441dce2701611a473290982a2ae093e51d48..2da6975a07b2b45e0f8330af73ccc608f2bc8f40 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| @@ -16,10 +16,6 @@ CustomElementReactionStack::CustomElementReactionStack()
|
| {
|
| }
|
|
|
| -CustomElementReactionStack::~CustomElementReactionStack()
|
| -{
|
| -}
|
| -
|
| DEFINE_TRACE(CustomElementReactionStack)
|
| {
|
| visitor->trace(m_map);
|
|
|