| 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 5a093585af1e7be070f11e68211c2733a5f6d764..29faa6f4e37796ff30c4ccea40e0319e43791e8a 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CEReactionsScope.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CEReactionsScope.h
|
| @@ -41,6 +41,7 @@ public:
|
| }
|
|
|
| void enqueueToCurrentQueue(Element*, CustomElementReaction*);
|
| + bool isEmpty() { return !m_frameHost; }
|
|
|
| private:
|
| static CEReactionsScope* s_topOfStack;
|
|
|