| Index: Source/WebCore/html/InputType.h
|
| diff --git a/Source/WebCore/html/InputType.h b/Source/WebCore/html/InputType.h
|
| index b2144eefafafa54f2f3673add3f0359f3bd9e17c..cf2cc662388348f3c237b3b36b847a162870fdd8 100644
|
| --- a/Source/WebCore/html/InputType.h
|
| +++ b/Source/WebCore/html/InputType.h
|
| @@ -33,7 +33,7 @@
|
| #ifndef InputType_h
|
| #define InputType_h
|
|
|
| -#include "FeatureObserver.h"
|
| +#include "UseCounter.h"
|
| #include "HTMLTextFormControlElement.h"
|
| #include "StepRange.h"
|
| #include <wtf/Forward.h>
|
| @@ -315,7 +315,7 @@ protected:
|
| HTMLInputElement* element() const { return m_element; }
|
| Chrome* chrome() const;
|
| Decimal parseToNumberOrNaN(const String&) const;
|
| - void observeFeatureIfVisible(FeatureObserver::Feature) const;
|
| + void observeFeatureIfVisible(UseCounter::Feature) const;
|
|
|
| private:
|
| // Helper for stepUp()/stepDown(). Adds step value * count to the current value.
|
|
|