| Index: third_party/WebKit/Source/core/dom/custom/CEReactionsScope.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CEReactionsScope.h b/third_party/WebKit/Source/core/dom/custom/CEReactionsScope.h
|
| index d210c74f35708b9d59a2e82c2b2974d5e6e86634..8b9f2967a18a3d40e148eb9ca9b4396f6c03ca79 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CEReactionsScope.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CEReactionsScope.h
|
| @@ -35,9 +35,9 @@ public:
|
|
|
| ~CEReactionsScope()
|
| {
|
| - s_topOfStack = s_topOfStack->m_prev;
|
| if (m_frameHost.get())
|
| invokeReactions();
|
| + s_topOfStack = s_topOfStack->m_prev;
|
| }
|
|
|
| void enqueue(Element*, CustomElementReaction*);
|
|
|