| Index: third_party/WebCore/html/HTMLMediaElement.idl
|
| diff --git a/third_party/WebCore/html/HTMLMediaElement.idl b/third_party/WebCore/html/HTMLMediaElement.idl
|
| index 9d0ae8a77999a751a75cd54dc151a937cee616fc..b6a0a636f165265ac15519b4375b263cc29b6609 100644
|
| --- a/third_party/WebCore/html/HTMLMediaElement.idl
|
| +++ b/third_party/WebCore/html/HTMLMediaElement.idl
|
| @@ -95,11 +95,6 @@ module html {
|
| readonly attribute [Conditional=MEDIA_STATISTICS] unsigned long webkitAudioDecodedByteCount;
|
| readonly attribute [Conditional=MEDIA_STATISTICS] unsigned long webkitVideoDecodedByteCount;
|
|
|
| -#if defined(ENABLE_MEDIA_SOURCE) && ENABLE_MEDIA_SOURCE
|
| - // URL passed to src attribute to enable the media source logic.
|
| - readonly attribute [V8EnabledAtRuntime=mediaSource, URL] DOMString webkitMediaSourceURL;
|
| -#endif
|
| -
|
| #if defined(ENABLE_ENCRYPTED_MEDIA) && ENABLE_ENCRYPTED_MEDIA
|
| [V8EnabledAtRuntime=encryptedMedia] void webkitGenerateKeyRequest(in [TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString keySystem, in [Optional] Uint8Array initData)
|
| raises (DOMException);
|
|
|