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