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..934d99e0721cae48b2840d4ebdcd886fc737d152 100644 |
| --- a/Source/core/dom/custom/CustomElementMicrotaskImportStep.h |
| +++ b/Source/core/dom/custom/CustomElementMicrotaskImportStep.h |
| @@ -59,17 +59,16 @@ public: |
| void parentWasChanged(); |
| void importDidFinishLoading(); |
| WeakPtr<CustomElementMicrotaskImportStep> weakPtr() { return m_weakFactory.createWeakPtr(); } |
| + bool isSync() const; |
|
dominicc (has gone to gerrit)
2014/05/27 23:41:25
What about isForSyncImport? The step itself is bas
|
| private: |
| CustomElementMicrotaskImportStep(HTMLImportChild*); |
| void didUpgradeAllCustomElements(); |
| bool shouldWaitForImport() const; |
| - bool shouldStopProcessing() const; |
| // CustomElementMicrotaskStep |
| virtual Result process() OVERRIDE FINAL; |
| - virtual bool needsProcessOrStop() const OVERRIDE FINAL; |
| #if !defined(NDEBUG) |
| virtual void show(unsigned indent) OVERRIDE; |