| Index: Source/bindings/tests/results/V8TestTypedefs.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestTypedefs.cpp b/Source/bindings/tests/results/V8TestTypedefs.cpp
|
| index d5efb5009fc46737c30b70ecdfc309ac93319c64..c2e8bc0ba0e14512aa3d600215815d2647dbf6e0 100644
|
| --- a/Source/bindings/tests/results/V8TestTypedefs.cpp
|
| +++ b/Source/bindings/tests/results/V8TestTypedefs.cpp
|
| @@ -21,17 +21,17 @@
|
| #include "config.h"
|
| #include "V8TestTypedefs.h"
|
|
|
| -#include "BindingState.h"
|
| #include "SVGPropertyTearOff.h"
|
| -#include "ScriptController.h"
|
| -#include "SerializedScriptValue.h"
|
| -#include "V8Binding.h"
|
| #include "V8DOMStringList.h"
|
| -#include "V8DOMWrapper.h"
|
| #include "V8SVGPoint.h"
|
| #include "V8SerializedScriptValue.h"
|
| #include "V8TestCallback.h"
|
| #include "V8TestSubObj.h"
|
| +#include "bindings/v8/BindingState.h"
|
| +#include "bindings/v8/ScriptController.h"
|
| +#include "bindings/v8/SerializedScriptValue.h"
|
| +#include "bindings/v8/V8Binding.h"
|
| +#include "bindings/v8/V8DOMWrapper.h"
|
| #include "core/dom/ContextFeatures.h"
|
| #include "core/dom/DOMStringList.h"
|
| #include "core/dom/ExceptionCode.h"
|
|
|