| Index: Source/bindings/tests/results/V8TestNamedConstructor.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestNamedConstructor.cpp b/Source/bindings/tests/results/V8TestNamedConstructor.cpp
|
| index 7d4451481706219ff74a7cf926085b9ddbeff23b..4975f739636371894abed222a7de5c14447b54a2 100644
|
| --- a/Source/bindings/tests/results/V8TestNamedConstructor.cpp
|
| +++ b/Source/bindings/tests/results/V8TestNamedConstructor.cpp
|
| @@ -22,12 +22,12 @@
|
| #include "V8TestNamedConstructor.h"
|
|
|
| #include "BindingState.h"
|
| -#include "ContextFeatures.h"
|
| -#include "ExceptionCode.h"
|
| #include "ScriptController.h"
|
| #include "V8Binding.h"
|
| #include "V8DOMWrapper.h"
|
| #include "V8Document.h"
|
| +#include "core/dom/ContextFeatures.h"
|
| +#include "core/dom/ExceptionCode.h"
|
| #include "core/page/Frame.h"
|
| #include "core/page/RuntimeEnabledFeatures.h"
|
| #include <wtf/UnusedParam.h>
|
|
|