| Index: Source/bindings/v8/custom/V8WindowCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8WindowCustom.cpp b/Source/bindings/v8/custom/V8WindowCustom.cpp
|
| index 219577f20446bdb5bd3269a6bb962d969a074a62..10ee036df0dea675b1af51f163dbc54f7ca54ea7 100644
|
| --- a/Source/bindings/v8/custom/V8WindowCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8WindowCustom.cpp
|
| @@ -63,10 +63,10 @@
|
| #include "core/page/Page.h"
|
| #include "core/page/Settings.h"
|
| #include "core/page/WindowFeatures.h"
|
| -#include "core/platform/PlatformScreen.h"
|
| #include "core/platform/graphics/MediaPlayer.h"
|
| #include "core/storage/Storage.h"
|
| #include "core/workers/SharedWorkerRepository.h"
|
| +#include "platform/PlatformScreen.h"
|
| #include "wtf/ArrayBuffer.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
|
|