| Index: Source/WebKit/chromium/src/SourceBufferPrivateImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/SourceBufferPrivateImpl.cpp b/Source/WebKit/chromium/src/SourceBufferPrivateImpl.cpp
|
| index cfafed812495e8d5afcb1fa2e6e0c97a2f0d17b3..a4ab34dea37e77e73cfc04c24ad8c0b244407bca 100644
|
| --- a/Source/WebKit/chromium/src/SourceBufferPrivateImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/SourceBufferPrivateImpl.cpp
|
| @@ -31,8 +31,6 @@
|
| #include "config.h"
|
| #include "SourceBufferPrivateImpl.h"
|
|
|
| -#if ENABLE(MEDIA_SOURCE)
|
| -
|
| #include "WebSourceBuffer.h"
|
|
|
| namespace WebKit {
|
| @@ -85,5 +83,3 @@ void SourceBufferPrivateImpl::removedFromMediaSource()
|
| }
|
|
|
| }
|
| -
|
| -#endif
|
|
|