| Index: Source/core/html/HTMLOptGroupElement.h
|
| diff --git a/Source/core/html/HTMLOptGroupElement.h b/Source/core/html/HTMLOptGroupElement.h
|
| index e43cd92c3d05bfd47527b584e05cffa0d708af88..841fb5fbaed87077f6baa3456877f0755d2014a9 100644
|
| --- a/Source/core/html/HTMLOptGroupElement.h
|
| +++ b/Source/core/html/HTMLOptGroupElement.h
|
| @@ -42,7 +42,6 @@ public:
|
| private:
|
| explicit HTMLOptGroupElement(Document&);
|
|
|
| - virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual bool rendererIsFocusable() const OVERRIDE;
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
|
|
|