| Index: Source/platform/RuntimeEnabledFeatures.in
|
| diff --git a/Source/platform/RuntimeEnabledFeatures.in b/Source/platform/RuntimeEnabledFeatures.in
|
| index cb948292ed59fe161f6ac6ed4c413380c2077e2d..a23fc9e970a395b4e227c4b04a9943aa592eec87 100644
|
| --- a/Source/platform/RuntimeEnabledFeatures.in
|
| +++ b/Source/platform/RuntimeEnabledFeatures.in
|
| @@ -109,6 +109,11 @@ ServiceWorker status=experimental
|
| SessionStorage status=stable
|
| SharedWorker status=stable
|
| PictureSizes status=experimental
|
| +
|
| +// window.showModalDialog is deprecated and slated for removal from M36
|
| +// Once this ships to stable supporting code can be removed.crbug.com/345831
|
| +ShowModalDialog status=stable
|
| +
|
| SpeechInput status=test
|
| SpeechSynthesis status=stable
|
| Stream status=experimental
|
|
|