| Index: Source/bindings/v8/PageScriptDebugServer.h
|
| diff --git a/Source/bindings/v8/PageScriptDebugServer.h b/Source/bindings/v8/PageScriptDebugServer.h
|
| index a305456aece3eda7a9b6f85f4846634a731877cf..dd08816843a41d6a869277812328235e13bdd4ed 100644
|
| --- a/Source/bindings/v8/PageScriptDebugServer.h
|
| +++ b/Source/bindings/v8/PageScriptDebugServer.h
|
| @@ -31,11 +31,11 @@
|
| #ifndef PageScriptDebugServer_h
|
| #define PageScriptDebugServer_h
|
|
|
| -
|
| #include "bindings/v8/ScriptDebugServer.h"
|
| #include "bindings/v8/ScriptPreprocessor.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/RefCounted.h"
|
| +#include <v8.h>
|
|
|
| namespace WebCore {
|
|
|
|
|