| Index: Source/core/html/HTMLDataListElement.h
|
| diff --git a/Source/core/html/HTMLDataListElement.h b/Source/core/html/HTMLDataListElement.h
|
| index 2aa5b8ec8a6307013bb08823689cdb41a1d950db..793a99128bdd94e41b5aafabc82e415ecc0272f0 100644
|
| --- a/Source/core/html/HTMLDataListElement.h
|
| +++ b/Source/core/html/HTMLDataListElement.h
|
| @@ -32,7 +32,6 @@
|
| #ifndef HTMLDataListElement_h
|
| #define HTMLDataListElement_h
|
|
|
| -#if ENABLE(DATALIST_ELEMENT)
|
| #include "core/html/HTMLCollection.h"
|
| #include "core/html/HTMLElement.h"
|
|
|
| @@ -51,6 +50,5 @@ private:
|
| };
|
|
|
| } // namespace WebCore
|
| -#endif // ENABLE(DATALIST_ELEMENT)
|
|
|
| #endif // HTMLDataListElement_h
|
|
|