| Index: Source/core/html/HTMLOptionElement.h
|
| diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h
|
| index dac0d623edefc218559d36be76e0df2d96ca7f87..b1320743c64cc9d1c4fbbb8bcdaa19a9de2ff865 100644
|
| --- a/Source/core/html/HTMLOptionElement.h
|
| +++ b/Source/core/html/HTMLOptionElement.h
|
| @@ -50,9 +50,7 @@ public:
|
| bool selected();
|
| void setSelected(bool);
|
|
|
| -#if ENABLE(DATALIST_ELEMENT)
|
| HTMLDataListElement* ownerDataListElement() const;
|
| -#endif
|
| HTMLSelectElement* ownerSelectElement() const;
|
|
|
| String label() const;
|
|
|