| Index: Source/bindings/v8/Dictionary.cpp
|
| diff --git a/Source/bindings/v8/Dictionary.cpp b/Source/bindings/v8/Dictionary.cpp
|
| index 77b424e9e6858be8f9f9e710774348cd8b2499af..4f11f8083a1d25b04e6a3dcbbb670e0219a7c55d 100644
|
| --- a/Source/bindings/v8/Dictionary.cpp
|
| +++ b/Source/bindings/v8/Dictionary.cpp
|
| @@ -35,6 +35,8 @@
|
| #include "bindings/core/v8/V8TextTrack.h"
|
| #include "bindings/core/v8/V8VoidCallback.h"
|
| #include "bindings/core/v8/V8Window.h"
|
| +#include "bindings/core/v8/custom/V8ArrayBufferViewCustom.h"
|
| +#include "bindings/core/v8/custom/V8Uint8ArrayCustom.h"
|
| #include "bindings/modules/v8/V8Gamepad.h"
|
| #include "bindings/modules/v8/V8HeaderMap.h"
|
| #include "bindings/modules/v8/V8IDBKeyRange.h"
|
| @@ -46,8 +48,6 @@
|
| #include "bindings/v8/ExceptionMessages.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "bindings/v8/V8Binding.h"
|
| -#include "bindings/v8/custom/V8ArrayBufferViewCustom.h"
|
| -#include "bindings/v8/custom/V8Uint8ArrayCustom.h"
|
| #include "core/html/track/TrackBase.h"
|
| #include "modules/gamepad/Gamepad.h"
|
| #include "modules/indexeddb/IDBKeyRange.h"
|
|
|