Index: Source/core/frame/Settings.in |
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in |
index 671c10d97bced69c4207ab5819ca66b0fbbbb92e..1ef1c3a2398a33b8e099b523c1b93114ea0b3209 100644 |
--- a/Source/core/frame/Settings.in |
+++ b/Source/core/frame/Settings.in |
@@ -277,14 +277,6 @@ maxBeaconTransmission type=int, initial=65536 |
# http://fullscreen.spec.whatwg.org/#dom-element-requestfullscreen |
fullscreenSupported initial=true |
-# FIXME: This is a temporary flag and should be removed once |
-# the Android WebView framework supports fullscreen for non-media elements |
-# (crbug.com/398485). |
-# This value is set to false if the platform does not support fullscreen |
-# for non-media elements. When set to true all the requests to enter fullscreen |
-# on non-media elements will return an error. |
-disallowFullscreenForNonMediaElements initial=false |
- |
# V8 supports different types of caching. Used by V8 bindings. |
v8CacheOptions type=V8CacheOptions, initial=V8CacheOptionsOff |