| Index: Source/bindings/tests/results/V8TestInterface.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterface.h b/Source/bindings/tests/results/V8TestInterface.h
|
| index 8d5108a782c019eed23fab6c5a102a5e48a866e8..17c7ddc1a9f1fe66d153eaadd3e3ceebadcd349a 100644
|
| --- a/Source/bindings/tests/results/V8TestInterface.h
|
| +++ b/Source/bindings/tests/results/V8TestInterface.h
|
| @@ -22,11 +22,11 @@
|
| #define V8TestInterface_h
|
|
|
| #if ENABLE(Condition1) || ENABLE(Condition2)
|
| -#include "TestInterface.h"
|
| -#include "V8Binding.h"
|
| -#include "V8DOMWrapper.h"
|
| -#include "WrapperTypeInfo.h"
|
| #include <v8.h>
|
| +#include "TestInterface.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>
|
|
|
|
|