| Index: src/ConsoleJsObject.h |
| =================================================================== |
| --- a/src/ConsoleJsObject.h |
| +++ b/src/ConsoleJsObject.h |
| @@ -1,11 +1,12 @@ |
| #ifndef ADBLOCK_PLUS_CONSOLE_JS_OBJECT_H |
| #define ADBLOCK_PLUS_CONSOLE_JS_OBJECT_H |
| -#include <AdblockPlus/ErrorCallback.h> |
| #include <v8.h> |
| namespace AdblockPlus |
| { |
| + class ErrorCallback; |
| + |
| namespace ConsoleJsObject |
| { |
| v8::Handle<v8::ObjectTemplate> Create(ErrorCallback& errorCallback); |