Index: Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp |
diff --git a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp |
index 0ccfe62117b6de8763c1b762b9b973ee471a2ab0..e1ad52fd544065dc76c484edf5c1f9bb1d780972 100644 |
--- a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp |
+++ b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp |
@@ -220,7 +220,7 @@ bool RuntimeEnabledFeatures::isInputTypeWeekEnabled = true; |
#endif |
#if ENABLE(DIALOG_ELEMENT) |
-bool RuntimeEnabledFeatures::isDialogElementEnabled = false; |
+bool RuntimeEnabledFeatures::isDialogElementEnabled = true; |
#endif |
#if ENABLE(REQUEST_AUTOCOMPLETE) |