| Index: Source/bindings/v8/custom/V8DOMWindowCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8DOMWindowCustom.cpp b/Source/bindings/v8/custom/V8DOMWindowCustom.cpp
|
| index c5ca52780448584cc677f287f33ba8b820d0aa15..3a601b459d4f0509d15ba20dbe32027d163d5e76 100644
|
| --- a/Source/bindings/v8/custom/V8DOMWindowCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8DOMWindowCustom.cpp
|
| @@ -55,16 +55,16 @@
|
| #include "SerializedScriptValue.h"
|
| #include "Settings.h"
|
| #include "SharedWorkerRepository.h"
|
| -#include "Storage.h"
|
| #include "V8Binding.h"
|
| #include "V8EventListener.h"
|
| #include "V8EventListenerList.h"
|
| #include "V8GCForContextDispose.h"
|
| -#include "V8HiddenPropertyName.h"
|
| #include "V8HTMLCollection.h"
|
| +#include "V8HiddenPropertyName.h"
|
| #include "V8Node.h"
|
| #include "V8Utilities.h"
|
| #include "WindowFeatures.h"
|
| +#include "core/storage/Storage.h"
|
| #include <wtf/ArrayBuffer.h>
|
|
|
| namespace WebCore {
|
|
|