| Index: Source/bindings/tests/results/V8TestCallbackInterface.h
|
| diff --git a/Source/bindings/tests/results/V8TestCallbackInterface.h b/Source/bindings/tests/results/V8TestCallbackInterface.h
|
| index 7995aa42e5b6a085a0fbe63b83c2c09efc84f0c8..813ce415e5809eb57e58455cbddf762a7c1721bf 100644
|
| --- a/Source/bindings/tests/results/V8TestCallbackInterface.h
|
| +++ b/Source/bindings/tests/results/V8TestCallbackInterface.h
|
| @@ -7,10 +7,10 @@
|
| #ifndef V8TestCallbackInterface_h
|
| #define V8TestCallbackInterface_h
|
|
|
| +#include "bindings/core/v8/ActiveDOMCallback.h"
|
| +#include "bindings/core/v8/DOMWrapperWorld.h"
|
| +#include "bindings/core/v8/ScopedPersistent.h"
|
| #include "bindings/tests/idls/TestCallbackInterface.h"
|
| -#include "bindings/v8/ActiveDOMCallback.h"
|
| -#include "bindings/v8/DOMWrapperWorld.h"
|
| -#include "bindings/v8/ScopedPersistent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|