| Index: third_party/WebCore/html/HTMLMediaElement.idl
|
| diff --git a/third_party/WebCore/html/HTMLMediaElement.idl b/third_party/WebCore/html/HTMLMediaElement.idl
|
| index 5b9c101ceb2fb12cc86d300030f20664bb016cc6..87854be0f5133456b9e1608b982d00ad36cc6e49 100644
|
| --- a/third_party/WebCore/html/HTMLMediaElement.idl
|
| +++ b/third_party/WebCore/html/HTMLMediaElement.idl
|
| @@ -99,10 +99,6 @@ module html {
|
| // URL passed to src attribute to enable the media source logic.
|
| readonly attribute [V8EnabledAtRuntime=mediaSource, URL] DOMString webkitMediaSourceURL;
|
|
|
| - // Manages IDs for appending media to the source.
|
| - [V8EnabledAtRuntime=mediaSource] void webkitSourceAddId(in DOMString id, in DOMString type) raises (DOMException);
|
| - [V8EnabledAtRuntime=mediaSource] void webkitSourceRemoveId(in DOMString id) raises (DOMException);
|
| -
|
| // Appends media to to the source.
|
| [V8EnabledAtRuntime=mediaSource] void webkitSourceAppend(in Uint8Array data) raises (DOMException);
|
|
|
|
|