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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user