| Index: Source/bindings/tests/results/V8Float64Array.cpp
|
| diff --git a/Source/bindings/tests/results/V8Float64Array.cpp b/Source/bindings/tests/results/V8Float64Array.cpp
|
| index 0070c9787b25bd6b511c0aa85d71f22e8203e954..562853b62ea87e388aebbbd2e2f3f81a035beec9 100644
|
| --- a/Source/bindings/tests/results/V8Float64Array.cpp
|
| +++ b/Source/bindings/tests/results/V8Float64Array.cpp
|
| @@ -22,8 +22,6 @@
|
| #include "V8Float64Array.h"
|
|
|
| #include "BindingState.h"
|
| -#include "ContextFeatures.h"
|
| -#include "ExceptionCode.h"
|
| #include "ScriptController.h"
|
| #include "V8ArrayBufferView.h"
|
| #include "V8ArrayBufferViewCustom.h"
|
| @@ -31,6 +29,8 @@
|
| #include "V8DOMWrapper.h"
|
| #include "V8Float32Array.h"
|
| #include "V8Int32Array.h"
|
| +#include "core/dom/ContextFeatures.h"
|
| +#include "core/dom/ExceptionCode.h"
|
| #include "core/page/Frame.h"
|
| #include "core/page/RuntimeEnabledFeatures.h"
|
| #include <wtf/Float32Array.h>
|
|
|