| Index: Source/bindings/tests/results/V8TestEventTarget.h
|
| diff --git a/Source/bindings/tests/results/V8TestEventTarget.h b/Source/bindings/tests/results/V8TestEventTarget.h
|
| index 87556247700b0f6cdb29c38a0def8d625028e1d8..9930259e82a4419f58038394b96eb034baa55ae3 100644
|
| --- a/Source/bindings/tests/results/V8TestEventTarget.h
|
| +++ b/Source/bindings/tests/results/V8TestEventTarget.h
|
| @@ -21,11 +21,11 @@
|
| #ifndef V8TestEventTarget_h
|
| #define V8TestEventTarget_h
|
|
|
| -#include "TestEventTarget.h"
|
| -#include "V8Binding.h"
|
| -#include "V8DOMWrapper.h"
|
| -#include "WrapperTypeInfo.h"
|
| #include <v8.h>
|
| +#include "TestEventTarget.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>
|
|
|
|
|