| Index: Source/core/dom/custom/CustomElementMicrotaskQueue.h
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskQueue.h b/Source/core/dom/custom/CustomElementMicrotaskQueue.h
|
| index e3b1840224d4ed5e863e8ef6daedbaf369fc11e1..769796569abc7247a9a5f3e88155cafb6bab71f4 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskQueue.h
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskQueue.h
|
| @@ -48,11 +48,11 @@ public:
|
|
|
|
|
| bool isEmpty() const { return m_queue.isEmpty(); }
|
| + size_t size() const { return m_queue.size(); }
|
| void enqueue(PassOwnPtr<CustomElementMicrotaskStep>);
|
|
|
| typedef CustomElementMicrotaskStep::Result Result;
|
| Result dispatch();
|
| - bool needsProcessOrStop() const;
|
|
|
| #if !defined(NDEBUG)
|
| void show(unsigned indent);
|
|
|