| Index: Source/core/html/HTMLMediaElement.idl
|
| diff --git a/Source/core/html/HTMLMediaElement.idl b/Source/core/html/HTMLMediaElement.idl
|
| index cfd168370ae615eeabf6300e2518eae09406a634..0ced5dc08131f250cda4f0231deb99e6b44de111 100644
|
| --- a/Source/core/html/HTMLMediaElement.idl
|
| +++ b/Source/core/html/HTMLMediaElement.idl
|
| @@ -90,11 +90,6 @@ enum CanPlayTypeResult { "" /* empty string */, "maybe", "probably" };
|
| [SameObject] readonly attribute TextTrackList textTracks;
|
| [RaisesException] TextTrack addTextTrack(TextTrackKind kind, optional DOMString label = "", optional DOMString language = "");
|
|
|
| - // Subresource Integrity
|
| - // http://w3c.github.io/webappsec/specs/subresourceintegrity/
|
| - // FIXME: The spec does not extend HTMLAnchorElement.
|
| - [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
|
| -
|
| // Non-standard APIs
|
| [RuntimeEnabled=PrefixedEncryptedMedia, DeprecateAs=CanPlayTypeKeySystem] DOMString canPlayType(DOMString type, [TreatUndefinedAs=NullString] DOMString? keySystem);
|
| // The number of bytes consumed by the media decoder.
|
|
|