| Index: Source/core/html/forms/NumberInputType.h
|
| diff --git a/Source/core/html/forms/NumberInputType.h b/Source/core/html/forms/NumberInputType.h
|
| index cb60adc95eb35f332a9c5db21164ca4f8c0ce028..0e0c0eebaa5e270bde85aab2b40d2c06d8ef0bae 100644
|
| --- a/Source/core/html/forms/NumberInputType.h
|
| +++ b/Source/core/html/forms/NumberInputType.h
|
| @@ -71,6 +71,7 @@ private:
|
| virtual void minOrMaxAttributeChanged() OVERRIDE;
|
| virtual void stepAttributeChanged() OVERRIDE;
|
| virtual bool supportsSelectionAPI() const OVERRIDE;
|
| + virtual String fallbackValue() const OVERRIDE;
|
| };
|
|
|
| } // namespace WebCore
|
|
|