| Index: Source/bindings/tests/results/V8TestCallbackInterface.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestCallbackInterface.cpp b/Source/bindings/tests/results/V8TestCallbackInterface.cpp
|
| index e8379b54f7a1e5cfb42eebdc16b66baf9297e13a..2382f812793ea8d9172c148d9882bb952654ed0b 100644
|
| --- a/Source/bindings/tests/results/V8TestCallbackInterface.cpp
|
| +++ b/Source/bindings/tests/results/V8TestCallbackInterface.cpp
|
| @@ -7,10 +7,10 @@
|
| #include "config.h"
|
| #include "V8TestCallbackInterface.h"
|
|
|
| +#include "bindings/core/v8/ScriptController.h"
|
| +#include "bindings/core/v8/V8Binding.h"
|
| #include "bindings/tests/v8/V8TestInterfaceEmpty.h"
|
| #include "bindings/tests/v8/V8TestInterfaceWillBeGarbageCollected.h"
|
| -#include "bindings/v8/ScriptController.h"
|
| -#include "bindings/v8/V8Binding.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "wtf/Assertions.h"
|
| #include "wtf/GetPtr.h"
|
|
|