| Index: Source/core/frame/Settings.in
|
| diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
|
| index e06221e4af318cec8a3d64eefa57d1dfa63d6b8e..3f8b6c558d54ff7acf75027bb35c24f50bb6ce30 100644
|
| --- a/Source/core/frame/Settings.in
|
| +++ b/Source/core/frame/Settings.in
|
| @@ -264,7 +264,7 @@ deviceScaleAdjustment type=double, initial=1.0, invalidate=TextAutosizing
|
| # The spec ( https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/Beacon/Overview.html )
|
| # does not proscribe an upper limit, but allows for it -- the underlying
|
| # API will return 'false' in that case.
|
| -maxBeaconTransmission type=int, initial=16384
|
| +maxBeaconTransmission type=int, initial=65536
|
|
|
| # This value is set to false if the platform does not support fullscreen.
|
| # When set to false all the requests to enter fullscreen will return an error
|
|
|