| Index: Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h b/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h
|
| index f6c65b7a0e2b1f180c873197e26641f1b05b8247..ff936ddaa737354a6c5acc1b71cb970be10bc1e7 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h
|
| @@ -53,7 +53,6 @@ private:
|
| CustomElementMicrotaskResolutionStep(PassRefPtr<CustomElementRegistrationContext>, PassRefPtr<Element>, const CustomElementDescriptor&);
|
|
|
| virtual Result process() OVERRIDE;
|
| - virtual bool needsProcessOrStop() const OVERRIDE;
|
|
|
| #if !defined(NDEBUG)
|
| virtual void show(unsigned indent) OVERRIDE;
|
|
|