| Index: Source/bindings/tests/results/V8TestEventConstructor.h
|
| diff --git a/Source/bindings/tests/results/V8TestEventConstructor.h b/Source/bindings/tests/results/V8TestEventConstructor.h
|
| index 45922fe8d70d39467480755827198b2e8ee08462..50b253d4acfaf695a0a3f684d44f343a1e56b753 100644
|
| --- a/Source/bindings/tests/results/V8TestEventConstructor.h
|
| +++ b/Source/bindings/tests/results/V8TestEventConstructor.h
|
| @@ -21,11 +21,11 @@
|
| #ifndef V8TestEventConstructor_h
|
| #define V8TestEventConstructor_h
|
|
|
| -#include "TestEventConstructor.h"
|
| -#include "V8Binding.h"
|
| -#include "V8DOMWrapper.h"
|
| -#include "WrapperTypeInfo.h"
|
| #include <v8.h>
|
| +#include "TestEventConstructor.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>
|
|
|
|
|