| Index: Source/WebKit/chromium/src/WebRuntimeFeatures.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebRuntimeFeatures.cpp b/Source/WebKit/chromium/src/WebRuntimeFeatures.cpp
|
| index 8c1b73bca93332c07bdb347e92578a96676e00ad..dc4a78e1d5e8bf98bbfdd0a532ab242c5c12f34a 100644
|
| --- a/Source/WebKit/chromium/src/WebRuntimeFeatures.cpp
|
| +++ b/Source/WebKit/chromium/src/WebRuntimeFeatures.cpp
|
| @@ -472,24 +472,6 @@ bool WebRuntimeFeatures::isStyleScopedEnabled()
|
| #endif
|
| }
|
|
|
| -void WebRuntimeFeatures::enableInputTypeDate(bool enable)
|
| -{
|
| -#if ENABLE(INPUT_TYPE_DATE)
|
| - RuntimeEnabledFeatures::setInputTypeDateEnabled(enable);
|
| -#else
|
| - UNUSED_PARAM(enable);
|
| -#endif
|
| -}
|
| -
|
| -bool WebRuntimeFeatures::isInputTypeDateEnabled()
|
| -{
|
| -#if ENABLE(INPUT_TYPE_DATE)
|
| - return RuntimeEnabledFeatures::inputTypeDateEnabled();
|
| -#else
|
| - return false;
|
| -#endif
|
| -}
|
| -
|
| void WebRuntimeFeatures::enableInputTypeDateTime(bool enable)
|
| {
|
| #if ENABLE(INPUT_TYPE_DATETIME_INCOMPLETE)
|
|
|