summaryrefslogtreecommitdiff
path: root/Source/WebKit/chromium/src/WebInputElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/WebInputElement.cpp')
-rw-r--r--Source/WebKit/chromium/src/WebInputElement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/chromium/src/WebInputElement.cpp b/Source/WebKit/chromium/src/WebInputElement.cpp
index c1453de66..791b2ebff 100644
--- a/Source/WebKit/chromium/src/WebInputElement.cpp
+++ b/Source/WebKit/chromium/src/WebInputElement.cpp
@@ -175,7 +175,7 @@ bool WebInputElement::isMultiple() const
WebNodeCollection WebInputElement::dataListOptions() const
{
-#if ENABLE(DATALIST)
+#if ENABLE(DATALIST_ELEMENT)
HTMLDataListElement* dataList = static_cast<HTMLDataListElement*>(constUnwrap<HTMLInputElement>()->list());
if (dataList)
return WebNodeCollection(dataList->options());