| Index: third_party/WebKit/Source/core/dom/custom/CustomElementReactionQueue.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionQueue.h b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionQueue.h
|
| index 3a396e51c6de96f22f9283cb82a540029bdae4be..8a237cbe4422d4f7fc3f073513faa80791664058 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionQueue.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionQueue.h
|
| @@ -27,6 +27,7 @@ class CORE_EXPORT CustomElementReactionQueue final
|
| void add(CustomElementReaction*);
|
| void invokeReactions(Element*);
|
| bool isEmpty() { return m_reactions.isEmpty(); }
|
| + void clear();
|
|
|
| private:
|
| HeapVector<Member<CustomElementReaction>, 1> m_reactions;
|
|
|