| Index: Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| index 4c85a902386c5804f8ba0f1cd8c78c333385f2ac..f90479cac5dab7f1128deb154bd547f63e68aff3 100644
|
| --- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| +++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| @@ -131,9 +131,6 @@ public:
|
| WEBKIT_EXPORT static void enableStyleScoped(bool);
|
| WEBKIT_EXPORT static bool isStyleScopedEnabled();
|
|
|
| - WEBKIT_EXPORT static void enableInputTypeDate(bool);
|
| - WEBKIT_EXPORT static bool isInputTypeDateEnabled();
|
| -
|
| WEBKIT_EXPORT static void enableInputTypeDateTime(bool);
|
| WEBKIT_EXPORT static bool isInputTypeDateTimeEnabled();
|
|
|
|
|