| Index: Source/bindings/tests/results/V8TestObj.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestObj.cpp b/Source/bindings/tests/results/V8TestObj.cpp
|
| index f8395202c6dcda61d9fb7490ac995f89f989f171..bd2be391aa5e2167e5393ccfce6b22ab31247fe4 100644
|
| --- a/Source/bindings/tests/results/V8TestObj.cpp
|
| +++ b/Source/bindings/tests/results/V8TestObj.cpp
|
| @@ -22,10 +22,7 @@
|
| #include "V8TestObj.h"
|
|
|
| #include "BindingState.h"
|
| -#include "ContextFeatures.h"
|
| -#include "DOMStringList.h"
|
| #include "Dictionary.h"
|
| -#include "ExceptionCode.h"
|
| #include "HTMLNames.h"
|
| #include "PageConsole.h"
|
| #include "SVGPropertyTearOff.h"
|
| @@ -52,6 +49,9 @@
|
| #include "V8bool.h"
|
| #include "V8d.h"
|
| #include "V8e.h"
|
| +#include "core/dom/ContextFeatures.h"
|
| +#include "core/dom/DOMStringList.h"
|
| +#include "core/dom/ExceptionCode.h"
|
| #include "core/page/Frame.h"
|
| #include "core/page/RuntimeEnabledFeatures.h"
|
| #include "core/page/UseCounter.h"
|
|
|