| Index: Source/core/html/InputType.h
|
| diff --git a/Source/core/html/InputType.h b/Source/core/html/InputType.h
|
| index d4058f411000e05d30271ec3ccd452b8e2417b01..3e9db29a7ebc851f6516bd89edc6bba3ce39f277 100644
|
| --- a/Source/core/html/InputType.h
|
| +++ b/Source/core/html/InputType.h
|
| @@ -222,6 +222,7 @@ public:
|
| virtual PassRefPtr<RenderStyle> customStyleForRenderer(PassRefPtr<RenderStyle>);
|
| virtual void attach();
|
| virtual void detach();
|
| + virtual void countUsage();
|
| virtual void minOrMaxAttributeChanged();
|
| virtual void stepAttributeChanged();
|
| virtual void altAttributeChanged();
|
|
|