| Index: Source/web/WebKit.cpp
|
| diff --git a/Source/web/WebKit.cpp b/Source/web/WebKit.cpp
|
| index 0af50ec4763f064472ac8c6f2fa34b7bced45162..dbbda86f2a5e14873495253e88b5bf93754932a2 100644
|
| --- a/Source/web/WebKit.cpp
|
| +++ b/Source/web/WebKit.cpp
|
| @@ -47,7 +47,6 @@
|
| #include "platform/Logging.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/graphics/ImageDecodingStore.h"
|
| -#include "platform/graphics/media/MediaPlayer.h"
|
| #include "platform/heap/Heap.h"
|
| #include "platform/heap/glue/MessageLoopInterruptor.h"
|
| #include "platform/heap/glue/PendingGCRunner.h"
|
| @@ -55,7 +54,6 @@
|
| #include "public/platform/WebPrerenderingSupport.h"
|
| #include "public/platform/WebThread.h"
|
| #include "web/IndexedDBClientImpl.h"
|
| -#include "web/WebMediaPlayerClientImpl.h"
|
| #include "wtf/Assertions.h"
|
| #include "wtf/CryptographicallyRandomNumber.h"
|
| #include "wtf/MainThread.h"
|
| @@ -191,8 +189,6 @@ void initializeWithoutV8(Platform* platform)
|
| initializer.init();
|
|
|
| setIndexedDBClientCreateFunction(IndexedDBClientImpl::create);
|
| -
|
| - MediaPlayer::setMediaEngineCreateFunction(WebMediaPlayerClientImpl::create);
|
| }
|
|
|
| void shutdown()
|
|
|