| Index: Source/core/dom/custom/CustomElementMicrotaskImportStep.h
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskImportStep.h b/Source/core/dom/custom/CustomElementMicrotaskImportStep.h
|
| index d94c936e1fc18a06b848ea0842547991867deba0..186990e178c2f01fc6c23a4e64d3023fb7f1722e 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskImportStep.h
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskImportStep.h
|
| @@ -64,6 +64,7 @@ private:
|
|
|
| void didUpgradeAllCustomElements();
|
| bool shouldWaitForImport() const;
|
| + bool shouldStopProcessing() const;
|
|
|
| // CustomElementMicrotaskStep
|
| virtual Result process() OVERRIDE FINAL;
|
| @@ -71,8 +72,6 @@ private:
|
| #if !defined(NDEBUG)
|
| virtual void show(unsigned indent) OVERRIDE;
|
| #endif
|
| -
|
| - bool m_importFinished;
|
| WeakPtr<HTMLImportChild> m_import;
|
| RefPtr<CustomElementMicrotaskQueue> m_queue;
|
| WeakPtrFactory<CustomElementMicrotaskImportStep> m_weakFactory;
|
|
|