Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / custom / CustomElementProcessingStep.h
index 4109f25..c92451b 100644 (file)
@@ -44,7 +44,6 @@ public:
 
     virtual ~CustomElementProcessingStep() { }
     virtual void dispatch(Element*) = 0;
-    // FIXME: Should be isUpgradeStep()
     virtual bool isCreated() const { return false; }
 };