| Index: Source/bindings/v8/RuntimeEnabledFeatures.cpp
|
| diff --git a/Source/bindings/v8/RuntimeEnabledFeatures.cpp b/Source/bindings/v8/RuntimeEnabledFeatures.cpp
|
| index be06afb5dac9d5f660484abd60003b5eb4d86dfa..2dd9354c2b49c78fdc6957e238387602668ccfed 100644
|
| --- a/Source/bindings/v8/RuntimeEnabledFeatures.cpp
|
| +++ b/Source/bindings/v8/RuntimeEnabledFeatures.cpp
|
| @@ -181,9 +181,7 @@ bool RuntimeEnabledFeatures::isStyleScopedEnabled = false;
|
| bool RuntimeEnabledFeatures::isInputTypeDateTimeEnabled = false;
|
| #endif
|
|
|
| -#if ENABLE(INPUT_TYPE_WEEK)
|
| bool RuntimeEnabledFeatures::isInputTypeWeekEnabled = true;
|
| -#endif
|
|
|
| #if ENABLE(DIALOG_ELEMENT)
|
| bool RuntimeEnabledFeatures::isDialogElementEnabled = false;
|
|
|