| Index: Source/bindings/tests/results/V8TestOverloadedConstructors.h
|
| diff --git a/Source/bindings/tests/results/V8TestOverloadedConstructors.h b/Source/bindings/tests/results/V8TestOverloadedConstructors.h
|
| index d0e5a9a22b66fe08c4ae9d91b8c4b4defd0bf1fd..e729592a1d48257e8fb4c1b3332c7c3c646c1209 100644
|
| --- a/Source/bindings/tests/results/V8TestOverloadedConstructors.h
|
| +++ b/Source/bindings/tests/results/V8TestOverloadedConstructors.h
|
| @@ -21,11 +21,11 @@
|
| #ifndef V8TestOverloadedConstructors_h
|
| #define V8TestOverloadedConstructors_h
|
|
|
| -#include "TestOverloadedConstructors.h"
|
| -#include "V8Binding.h"
|
| -#include "V8DOMWrapper.h"
|
| -#include "WrapperTypeInfo.h"
|
| #include <v8.h>
|
| +#include "TestOverloadedConstructors.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>
|
|
|
|
|