Index: Source/WebCore/html/DOMURL.idl |
=================================================================== |
--- Source/WebCore/html/DOMURL.idl (revision 125645) |
+++ Source/WebCore/html/DOMURL.idl (working copy) |
@@ -33,9 +33,6 @@ |
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 |