| Index: src/GlobalJsObject.h |
| =================================================================== |
| --- a/src/GlobalJsObject.h |
| +++ b/src/GlobalJsObject.h |
| @@ -5,14 +5,13 @@ |
| namespace AdblockPlus |
| { |
| class AppInfo; |
| class JsEngine; |
| namespace GlobalJsObject |
| { |
| - v8::Handle<v8::ObjectTemplate> Create(const AppInfo& appInfo, |
| - JsEngine& jsEngine); |
| + JsValuePtr Setup(JsEngine& jsEngine, const AppInfo& appInfo, JsValuePtr obj); |
| } |
| } |
| #endif |