mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
node::ObjectWrap how had a handle() method.
This commit is contained in:
@@ -29,9 +29,6 @@ class EventEmitter : public node::ObjectWrap {
|
||||
bool Emit(const std::string& name);
|
||||
bool Emit(const std::string& name, base::ListValue* args);
|
||||
|
||||
// Small accessor to return handle_, this follows Google C++ Style.
|
||||
v8::Persistent<v8::Object> handle() const { return handle_; }
|
||||
|
||||
protected:
|
||||
explicit EventEmitter(v8::Handle<v8::Object> wrapper);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user