| Index: src/WebRequestJsObject.h |
| =================================================================== |
| --- a/src/WebRequestJsObject.h |
| +++ b/src/WebRequestJsObject.h |
| @@ -21,14 +21,6 @@ |
| #include <v8.h> |
| #include <AdblockPlus/JsEngine.h> |
| -namespace AdblockPlus |
| -{ |
| - class JsEngine; |
| - |
| - namespace WebRequestJsObject |
| - { |
| - JsValuePtr Setup(JsEnginePtr jsEngine, JsValuePtr obj); |
| - } |
| -} |
| +v8::Handle<v8::Value> GETCallback(const v8::Arguments& arguments); |
| #endif |