git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Turn SourceBufferChangeTypeEnabled on by default
[WebKit-https.git]
/
Source
/
WebCore
/
page
/
Settings.yaml
diff --git
a/Source/WebCore/page/Settings.yaml
b/Source/WebCore/page/Settings.yaml
index
4743e64
..
77df063
100644
(file)
--- a/
Source/WebCore/page/Settings.yaml
+++ b/
Source/WebCore/page/Settings.yaml
@@
-431,7
+431,7
@@
mediaSourceEnabled:
conditional: MEDIA_SOURCE
sourceBufferChangeTypeEnabled:
- initial:
fals
e
+ initial:
tru
e
conditional: MEDIA_SOURCE
# FIXME: Rename to allowMultiElementImplicitFormSubmission once we upstream the iOS changes to WebView.mm.