| Index: Source/core/html/forms/HiddenInputType.h
|
| diff --git a/Source/core/html/forms/HiddenInputType.h b/Source/core/html/forms/HiddenInputType.h
|
| index c2e3aef3ec51dba39e60288d3ae4a5bce1ab0127..8e1018ca6c8fc3bc4795d9651cdfef4ddc634874 100644
|
| --- a/Source/core/html/forms/HiddenInputType.h
|
| +++ b/Source/core/html/forms/HiddenInputType.h
|
| @@ -49,7 +49,6 @@ private:
|
| virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE;
|
| virtual bool rendererIsNeeded() OVERRIDE;
|
| virtual bool storesValueSeparateFromAttribute() OVERRIDE;
|
| - virtual bool isHiddenType() const OVERRIDE;
|
| virtual bool isInteractiveContent() const OVERRIDE { return false; }
|
| virtual bool shouldRespectHeightAndWidthAttributes() OVERRIDE;
|
| virtual void setValue(const String&, bool, TextFieldEventBehavior) OVERRIDE;
|
|
|