Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp

Issue 13792002: Fix <dialog> centering (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/WebCore/css/html.css » ('j') | Source/WebCore/css/html.css » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | Source/WebCore/css/html.css » ('j') | Source/WebCore/css/html.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698