| Index: third_party/WebKit/Source/bindings/IDLExtendedAttributes.md
|
| diff --git a/third_party/WebKit/Source/bindings/IDLExtendedAttributes.md b/third_party/WebKit/Source/bindings/IDLExtendedAttributes.md
|
| index 860ae66a566b1c66f597baee6ae18a7ec5b6b792..a942115b67a22b91b7950fedc84be4102a3991b9 100644
|
| --- a/third_party/WebKit/Source/bindings/IDLExtendedAttributes.md
|
| +++ b/third_party/WebKit/Source/bindings/IDLExtendedAttributes.md
|
| @@ -1176,8 +1176,8 @@ Usage: `[RuntimeEnabled=FeatureName]`. FeatureName must be included in [RuntimeE
|
|
|
| ```webidl
|
| [
|
| - RuntimeEnabled=Media,
|
| -] interface HTMLAudioElement : HTMLMediaElement {};
|
| + RuntimeEnabled=MediaSession
|
| +] interface MediaSession { ... };
|
| ```
|
|
|
| Only when the feature is enabled at runtime (using a command line flag, for example, or when it is enabled only in certain platforms), the binding would be exposed to the web.
|
|
|