| Index: Source/core/dom/custom/CustomElementProcessingStep.h
|
| diff --git a/Source/core/dom/custom/CustomElementProcessingStep.h b/Source/core/dom/custom/CustomElementProcessingStep.h
|
| index 4109f250ce8fd5b8861089383db9f7329d585c21..c92451bae82373f7dc25694b071d9fdbf1af27b5 100644
|
| --- a/Source/core/dom/custom/CustomElementProcessingStep.h
|
| +++ b/Source/core/dom/custom/CustomElementProcessingStep.h
|
| @@ -44,7 +44,6 @@ public:
|
|
|
| virtual ~CustomElementProcessingStep() { }
|
| virtual void dispatch(Element*) = 0;
|
| - // FIXME: Should be isUpgradeStep()
|
| virtual bool isCreated() const { return false; }
|
| };
|
|
|
|
|