| Index: Source/bindings/tests/results/V8TestInterfaceNode.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNode.cpp b/Source/bindings/tests/results/V8TestInterfaceNode.cpp
|
| index 270976838351be567bb42d5e34fe38c61c609d26..d9f603388864c4e16ec8add09ce94ecb7a3af39d 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNode.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNode.cpp
|
| @@ -7,13 +7,13 @@
|
| #include "config.h"
|
| #include "V8TestInterfaceNode.h"
|
|
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/V8AbstractEventListener.h"
|
| +#include "bindings/core/v8/V8DOMConfiguration.h"
|
| +#include "bindings/core/v8/V8EventListenerList.h"
|
| +#include "bindings/core/v8/V8HiddenValue.h"
|
| +#include "bindings/core/v8/V8ObjectConstructor.h"
|
| #include "bindings/tests/v8/V8TestInterfaceEmpty.h"
|
| -#include "bindings/v8/ExceptionState.h"
|
| -#include "bindings/v8/V8AbstractEventListener.h"
|
| -#include "bindings/v8/V8DOMConfiguration.h"
|
| -#include "bindings/v8/V8EventListenerList.h"
|
| -#include "bindings/v8/V8HiddenValue.h"
|
| -#include "bindings/v8/V8ObjectConstructor.h"
|
| #include "core/HTMLNames.h"
|
| #include "core/dom/ContextFeatures.h"
|
| #include "core/dom/Document.h"
|
|
|