| Index: Source/bindings/tests/results/V8TestCustomNamedGetter.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestCustomNamedGetter.cpp b/Source/bindings/tests/results/V8TestCustomNamedGetter.cpp
|
| index 5c3271b11dd75c3f0597a776db974422e14492a4..b7d66c0b32943042b37e83548b6543cbccb3538f 100644
|
| --- a/Source/bindings/tests/results/V8TestCustomNamedGetter.cpp
|
| +++ b/Source/bindings/tests/results/V8TestCustomNamedGetter.cpp
|
| @@ -22,11 +22,11 @@
|
| #include "V8TestCustomNamedGetter.h"
|
|
|
| #include "BindingState.h"
|
| -#include "ContextFeatures.h"
|
| -#include "ExceptionCode.h"
|
| #include "ScriptController.h"
|
| #include "V8Binding.h"
|
| #include "V8DOMWrapper.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>
|
|
|