| Index: Source/bindings/tests/results/V8TestObject.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestObject.cpp b/Source/bindings/tests/results/V8TestObject.cpp
|
| index 4b312e40b928d0b9eed5158f1026900df98c2222..d4d2f46be47ef89c97d23c57931c9baed149074c 100644
|
| --- a/Source/bindings/tests/results/V8TestObject.cpp
|
| +++ b/Source/bindings/tests/results/V8TestObject.cpp
|
| @@ -8,6 +8,11 @@
|
| #include "V8TestObject.h"
|
|
|
| #include "bindings/core/v8/V8HTMLCollection.h"
|
| +#include "bindings/core/v8/custom/V8ArrayBufferCustom.h"
|
| +#include "bindings/core/v8/custom/V8ArrayBufferViewCustom.h"
|
| +#include "bindings/core/v8/custom/V8Float32ArrayCustom.h"
|
| +#include "bindings/core/v8/custom/V8Int32ArrayCustom.h"
|
| +#include "bindings/core/v8/custom/V8Uint8ArrayCustom.h"
|
| #include "bindings/tests/v8/V8Attr.h"
|
| #include "bindings/tests/v8/V8Document.h"
|
| #include "bindings/tests/v8/V8DocumentFragment.h"
|
| @@ -41,11 +46,6 @@
|
| #include "bindings/v8/V8EventListenerList.h"
|
| #include "bindings/v8/V8HiddenValue.h"
|
| #include "bindings/v8/V8ObjectConstructor.h"
|
| -#include "bindings/v8/custom/V8ArrayBufferCustom.h"
|
| -#include "bindings/v8/custom/V8ArrayBufferViewCustom.h"
|
| -#include "bindings/v8/custom/V8Float32ArrayCustom.h"
|
| -#include "bindings/v8/custom/V8Int32ArrayCustom.h"
|
| -#include "bindings/v8/custom/V8Uint8ArrayCustom.h"
|
| #include "core/HTMLNames.h"
|
| #include "core/css/MediaQueryListListener.h"
|
| #include "core/dom/ClassCollection.h"
|
|
|