| Index: Source/WebCore/html/DOMURL.h
|
| diff --git a/Source/WebCore/html/DOMURL.h b/Source/WebCore/html/DOMURL.h
|
| index 86ea5ff01325f4254128239aae03d60034f5604b..7687de25e789aad7585a87454bce6318f3b9db8f 100644
|
| --- a/Source/WebCore/html/DOMURL.h
|
| +++ b/Source/WebCore/html/DOMURL.h
|
| @@ -50,9 +50,7 @@ public:
|
|
|
| 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
|
|
|