| Index: third_party/WebCore/html/DOMURL.idl
|
| diff --git a/third_party/WebCore/html/DOMURL.idl b/third_party/WebCore/html/DOMURL.idl
|
| index ed04c23d5c67b31c3b93736207fb40ae96a16aaa..b36e8f7cebae7dc376e9baa329cdce98e2ea0acb 100644
|
| --- a/third_party/WebCore/html/DOMURL.idl
|
| +++ b/third_party/WebCore/html/DOMURL.idl
|
| @@ -33,6 +33,9 @@ module html {
|
| JSNoStaticTables,
|
| InterfaceName=URL
|
| ] DOMURL {
|
| +#if defined(ENABLE_MEDIA_SOURCE) && ENABLE_MEDIA_SOURCE
|
| + [CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(in MediaSource? source);
|
| +#endif
|
| #if defined(ENABLE_MEDIA_STREAM) && ENABLE_MEDIA_STREAM
|
| [CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(in MediaStream? stream);
|
| #endif
|
|
|