| Index: Source/core/page/RuntimeEnabledFeatures.cpp
|
| diff --git a/Source/core/page/RuntimeEnabledFeatures.cpp b/Source/core/page/RuntimeEnabledFeatures.cpp
|
| index 2ac03c3cf46b7f1ee6950aef40220e7f047f94c9..3326981ad5af3aad1e21be9d3fddc5010e028bd6 100644
|
| --- a/Source/core/page/RuntimeEnabledFeatures.cpp
|
| +++ b/Source/core/page/RuntimeEnabledFeatures.cpp
|
| @@ -169,9 +169,7 @@ bool RuntimeEnabledFeatures::isInputTypeDateTimeEnabled = false;
|
|
|
| bool RuntimeEnabledFeatures::isInputTypeWeekEnabled = true;
|
|
|
| -#if ENABLE(DIALOG_ELEMENT)
|
| bool RuntimeEnabledFeatures::isDialogElementEnabled = false;
|
| -#endif
|
|
|
| bool RuntimeEnabledFeatures::isLazyLayoutEnabled = false;
|
|
|
|
|