| Index: Source/bindings/tests/results/V8TestOverloadedConstructors.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestOverloadedConstructors.cpp b/Source/bindings/tests/results/V8TestOverloadedConstructors.cpp
|
| index 002b98a099d347a319c38f6d619ae26dfba4dbec..06581bee5dc2dac0b1df423ac14e98e7dbce2ff5 100644
|
| --- a/Source/bindings/tests/results/V8TestOverloadedConstructors.cpp
|
| +++ b/Source/bindings/tests/results/V8TestOverloadedConstructors.cpp
|
| @@ -21,13 +21,13 @@
|
| #include "config.h"
|
| #include "V8TestOverloadedConstructors.h"
|
|
|
| -#include "BindingState.h"
|
| -#include "ScriptController.h"
|
| #include "V8ArrayBuffer.h"
|
| #include "V8ArrayBufferView.h"
|
| -#include "V8Binding.h"
|
| #include "V8Blob.h"
|
| -#include "V8DOMWrapper.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"
|
|
|