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

Unified Diff: Source/core/page/RuntimeEnabledFeatures.cpp

Issue 14467003: Remove ENABLE_DIALOG_ELEMENT (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
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;

Powered by Google App Engine
This is Rietveld 408576698