| Index: Source/core/dom/custom/CustomElementMicrotaskImportStep.h
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskImportStep.h b/Source/core/dom/custom/CustomElementMicrotaskImportStep.h
|
| index e7b1597dc698a9dbddc62b3c5805d9c75fbc816f..82975da12784921ebb75197a65d39aaf67136d15 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskImportStep.h
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskImportStep.h
|
| @@ -68,11 +68,9 @@ private:
|
|
|
| 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;
|
|
|