Index: Source/bindings/tests/results/V8Float64Array.cpp |
diff --git a/Source/bindings/tests/results/V8Float64Array.cpp b/Source/bindings/tests/results/V8Float64Array.cpp |
index 0612caf9f094dede701c12534dbcdbb3a273a89c..8790b107ca3f28c96d5d0588a33e85296274232b 100644 |
--- a/Source/bindings/tests/results/V8Float64Array.cpp |
+++ b/Source/bindings/tests/results/V8Float64Array.cpp |
@@ -25,6 +25,7 @@ |
#include "V8ArrayBufferView.h" |
#include "V8Float32Array.h" |
#include "V8Int32Array.h" |
+#include "bindings/v8/ExceptionState.h" |
#include "bindings/v8/ScriptController.h" |
#include "bindings/v8/V8Binding.h" |
#include "bindings/v8/V8DOMConfiguration.h" |
@@ -34,7 +35,6 @@ |
#include "bindings/v8/custom/V8ArrayBufferViewCustom.h" |
#include "core/dom/ContextFeatures.h" |
#include "core/dom/Document.h" |
-#include "core/dom/ExceptionCode.h" |
#include "core/page/Frame.h" |
#include "core/platform/chromium/TraceEvent.h" |
#include "wtf/GetPtr.h" |