| Index: Source/bindings/tests/results/V8TestNamedConstructor.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestNamedConstructor.cpp b/Source/bindings/tests/results/V8TestNamedConstructor.cpp
|
| index 4975f739636371894abed222a7de5c14447b54a2..4d8e65c4c90f79a4138fa3df6af8092e2b385e61 100644
|
| --- a/Source/bindings/tests/results/V8TestNamedConstructor.cpp
|
| +++ b/Source/bindings/tests/results/V8TestNamedConstructor.cpp
|
| @@ -21,11 +21,11 @@
|
| #include "config.h"
|
| #include "V8TestNamedConstructor.h"
|
|
|
| -#include "BindingState.h"
|
| -#include "ScriptController.h"
|
| -#include "V8Binding.h"
|
| -#include "V8DOMWrapper.h"
|
| #include "V8Document.h"
|
| +#include "bindings/v8/BindingState.h"
|
| +#include "bindings/v8/ScriptController.h"
|
| +#include "bindings/v8/V8Binding.h"
|
| +#include "bindings/v8/V8DOMWrapper.h"
|
| #include "core/dom/ContextFeatures.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/page/Frame.h"
|
|
|