| Index: Source/WebKit/chromium/src/SourceBufferPrivateImpl.h
|
| diff --git a/Source/WebKit/chromium/src/SourceBufferPrivateImpl.h b/Source/WebKit/chromium/src/SourceBufferPrivateImpl.h
|
| index 365e4fb4c9f56c45c6836f9000aa7644f7e6f5c0..5546ac30701ace4299f7149ac55876ed5e754c47 100644
|
| --- a/Source/WebKit/chromium/src/SourceBufferPrivateImpl.h
|
| +++ b/Source/WebKit/chromium/src/SourceBufferPrivateImpl.h
|
| @@ -31,8 +31,6 @@
|
| #ifndef SourceBufferPrivateImpl_h
|
| #define SourceBufferPrivateImpl_h
|
|
|
| -#if ENABLE(MEDIA_SOURCE)
|
| -
|
| #include "SourceBufferPrivate.h"
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/PassOwnPtr.h>
|
| @@ -61,4 +59,3 @@ private:
|
| }
|
|
|
| #endif
|
| -#endif
|
|
|