Index: Source/WebCore/html/DOMURL.h |
=================================================================== |
--- Source/WebCore/html/DOMURL.h (revision 125645) |
+++ Source/WebCore/html/DOMURL.h (working copy) |
@@ -36,7 +36,6 @@ |
namespace WebCore { |
class Blob; |
-class MediaSource; |
class MediaStream; |
class ScriptExecutionContext; |
@@ -50,9 +49,6 @@ |
static String createObjectURL(ScriptExecutionContext*, Blob*); |
static void revokeObjectURL(ScriptExecutionContext*, const String&); |
-#if ENABLE(MEDIA_SOURCE) |
- static String createObjectURL(ScriptExecutionContext*, MediaSource*); |
-#endif |
#if ENABLE(MEDIA_STREAM) |
static String createObjectURL(ScriptExecutionContext*, MediaStream*); |
#endif |