Chromium Code Reviews| Index: Source/core/dom/custom/CustomElementMicrotaskQueue.h |
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskQueue.h b/Source/core/dom/custom/CustomElementMicrotaskQueue.h |
| index dc7d738d284ddf83d43da2df5b278ac1da024fa5..e3b1840224d4ed5e863e8ef6daedbaf369fc11e1 100644 |
| --- a/Source/core/dom/custom/CustomElementMicrotaskQueue.h |
| +++ b/Source/core/dom/custom/CustomElementMicrotaskQueue.h |
| @@ -52,6 +52,7 @@ public: |
| typedef CustomElementMicrotaskStep::Result Result; |
| Result dispatch(); |
| + bool needsProcessOrStop() const; |
|
dominicc (has gone to gerrit)
2014/05/12 00:42:18
What is this? Why do imports leak into this abstra
|
| #if !defined(NDEBUG) |
| void show(unsigned indent); |