| Index: Source/bindings/tests/results/V8TestNode.h
|
| diff --git a/Source/bindings/tests/results/V8TestNode.h b/Source/bindings/tests/results/V8TestNode.h
|
| index acfe1554cee2b6f80838bb0ad93d0dcef8ce505d..d59933d2925085ec9e2e7c2abee795fd6329af5c 100644
|
| --- a/Source/bindings/tests/results/V8TestNode.h
|
| +++ b/Source/bindings/tests/results/V8TestNode.h
|
| @@ -21,11 +21,11 @@
|
| #ifndef V8TestNode_h
|
| #define V8TestNode_h
|
|
|
| -#include "TestNode.h"
|
| -#include "V8Binding.h"
|
| -#include "V8DOMWrapper.h"
|
| -#include "WrapperTypeInfo.h"
|
| #include <v8.h>
|
| +#include "TestNode.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>
|
|
|
|
|