Chromium Code Reviews| Index: Source/core/dom/custom/CustomElementMicrotaskImportStep.h |
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskImportStep.h b/Source/core/dom/custom/CustomElementMicrotaskImportStep.h |
| index 124f1726715998a7fe4a4525e08cc9dc1be344c4..f1d6342437e5a919dd6605b8ebd7e0a0d53da801 100644 |
| --- a/Source/core/dom/custom/CustomElementMicrotaskImportStep.h |
| +++ b/Source/core/dom/custom/CustomElementMicrotaskImportStep.h |
| @@ -65,11 +65,9 @@ private: |
| void didUpgradeAllCustomElements(); |
| bool shouldWaitForImport() const; |
| - bool shouldStopProcessing() const; |
|
dominicc (has gone to gerrit)
2014/05/25 23:55:10
Woo.
|
| // CustomElementMicrotaskStep |
| virtual Result process() OVERRIDE FINAL; |
| - virtual bool needsProcessOrStop() const OVERRIDE FINAL; |
| #if !defined(NDEBUG) |
| virtual void show(unsigned indent) OVERRIDE; |