| Index: Source/bindings/v8/Dictionary.cpp
|
| diff --git a/Source/bindings/v8/Dictionary.cpp b/Source/bindings/v8/Dictionary.cpp
|
| index 1ace643785bfe897e5118edfa1e0d7039994352b..d0c62f88cb6716c0f83287d2c7a5711ce64bc3f3 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"
|
|
|