| Index: Source/bindings/tests/results/V8TestNode.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestNode.cpp b/Source/bindings/tests/results/V8TestNode.cpp
|
| index 8e8f133a1b3076e675ca2e962181c0dbb114d14a..832f3e43011ae6a49dce497a510f28f84a93e421 100644
|
| --- a/Source/bindings/tests/results/V8TestNode.cpp
|
| +++ b/Source/bindings/tests/results/V8TestNode.cpp
|
| @@ -21,11 +21,11 @@
|
| #include "config.h"
|
| #include "V8TestNode.h"
|
|
|
| -#include "BindingState.h"
|
| -#include "ScriptController.h"
|
| -#include "V8Binding.h"
|
| -#include "V8DOMWrapper.h"
|
| #include "V8Node.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/page/Frame.h"
|
| #include "core/page/RuntimeEnabledFeatures.h"
|
|
|