| Index: html/DOMURL.idl
|
| diff --git a/html/DOMURL.idl b/html/DOMURL.idl
|
| index f21c2d1065abe7d96be69744d890ae978152a8ee..35fab08f91df1df8205df4ad20e58992bdf6fa3a 100644
|
| --- a/html/DOMURL.idl
|
| +++ b/html/DOMURL.idl
|
| @@ -27,15 +27,10 @@
|
| [
|
| Conditional=BLOB,
|
| Constructor,
|
| - JSGenerateToNativeObject,
|
| - JSGenerateToJSObject,
|
| - JSNoStaticTables,
|
| InterfaceName=URL,
|
| ImplementationLacksVTable
|
| ] interface 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
|
|
|