1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

javascript: explicitely use v8 namespace

This commit is contained in:
Sébastien Helleu
2015-03-15 10:06:42 +01:00
parent 9f158510b1
commit bdba152d81
4 changed files with 454 additions and 453 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ public:
private:
v8::HandleScope handle_scope;
v8::Handle<v8::ObjectTemplate> global;
v8::Persistent<Context> context;
v8::Persistent<v8::Context> context;
v8::Handle<v8::String> source;
};