Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1054)

Unified Diff: Source/core/html/InputType.cpp

Issue 14859003: Remove the compile time flag for DATALIST Element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/InputType.cpp
diff --git a/Source/core/html/InputType.cpp b/Source/core/html/InputType.cpp
index 2458eaf0213712ea2cdda02d51418e89413c73cc..9b050096224899e1ec7646c6bed5187ef2611df6 100644
--- a/Source/core/html/InputType.cpp
+++ b/Source/core/html/InputType.cpp
@@ -912,7 +912,6 @@ String InputType::defaultToolTip() const
return String();
}
-#if ENABLE(DATALIST_ELEMENT)
void InputType::listAttributeTargetChanged()
{
}
@@ -922,7 +921,6 @@ Decimal InputType::findClosestTickMarkValue(const Decimal&)
ASSERT_NOT_REACHED();
return Decimal::nan();
}
-#endif
void InputType::updateClearButtonVisibility()
{

Powered by Google App Engine
This is Rietveld 408576698