| Index: Source/core/html/RangeInputType.h
|
| diff --git a/Source/core/html/RangeInputType.h b/Source/core/html/RangeInputType.h
|
| index 10f6cbefc8bf37c3f98ec0f6211640b974c4447d..76c2ceb72819b66a275c7560dd339e6b7e48bddc 100644
|
| --- a/Source/core/html/RangeInputType.h
|
| +++ b/Source/core/html/RangeInputType.h
|
| @@ -68,14 +68,12 @@ private:
|
| virtual bool shouldRespectListAttribute() OVERRIDE;
|
| virtual HTMLElement* sliderThumbElement() const OVERRIDE;
|
| virtual HTMLElement* sliderTrackElement() const OVERRIDE;
|
| -#if ENABLE(DATALIST_ELEMENT)
|
| virtual void listAttributeTargetChanged() OVERRIDE;
|
| void updateTickMarkValues();
|
| virtual Decimal findClosestTickMarkValue(const Decimal&) OVERRIDE;
|
|
|
| bool m_tickMarkValuesDirty;
|
| Vector<Decimal> m_tickMarkValues;
|
| -#endif
|
| };
|
|
|
| } // namespace WebCore
|
|
|