| Index: Source/bindings/tests/results/V8Float64Array.h
|
| diff --git a/Source/bindings/tests/results/V8Float64Array.h b/Source/bindings/tests/results/V8Float64Array.h
|
| index c3a80b17eda41adab6d89d3f2605c93358b52ef9..6c5f72b3a740b78769483bef66e94f23ef778205 100644
|
| --- a/Source/bindings/tests/results/V8Float64Array.h
|
| +++ b/Source/bindings/tests/results/V8Float64Array.h
|
| @@ -21,11 +21,11 @@
|
| #ifndef V8Float64Array_h
|
| #define V8Float64Array_h
|
|
|
| -#include "V8ArrayBufferView.h"
|
| -#include "V8Binding.h"
|
| -#include "V8DOMWrapper.h"
|
| -#include "WrapperTypeInfo.h"
|
| #include <v8.h>
|
| +#include "V8ArrayBufferView.h"
|
| +#include "bindings/v8/V8Binding.h"
|
| +#include "bindings/v8/V8DOMWrapper.h"
|
| +#include "bindings/v8/WrapperTypeInfo.h"
|
| #include <wtf/Float64Array.h>
|
| #include <wtf/HashMap.h>
|
| #include <wtf/text/StringHash.h>
|
|
|