| Index: Source/bindings/tests/results/V8TestNamedConstructor.h
|
| diff --git a/Source/bindings/tests/results/V8TestNamedConstructor.h b/Source/bindings/tests/results/V8TestNamedConstructor.h
|
| index 85ec5fdbd0e5b051cd2f4dcc73544bb6a7025ef5..bf2415e4808689ed5e2f4960e735259fe756fb84 100644
|
| --- a/Source/bindings/tests/results/V8TestNamedConstructor.h
|
| +++ b/Source/bindings/tests/results/V8TestNamedConstructor.h
|
| @@ -21,11 +21,11 @@
|
| #ifndef V8TestNamedConstructor_h
|
| #define V8TestNamedConstructor_h
|
|
|
| -#include "TestNamedConstructor.h"
|
| -#include "V8Binding.h"
|
| -#include "V8DOMWrapper.h"
|
| -#include "WrapperTypeInfo.h"
|
| #include <v8.h>
|
| +#include "TestNamedConstructor.h"
|
| +#include "bindings/v8/V8Binding.h"
|
| +#include "bindings/v8/V8DOMWrapper.h"
|
| +#include "bindings/v8/WrapperTypeInfo.h"
|
| #include <wtf/HashMap.h>
|
| #include <wtf/text/StringHash.h>
|
|
|
|
|