Set sender in EventEmitter.emit
This commit is contained in:
parent
fb5fe7a714
commit
2ea2413752
3 changed files with 6 additions and 6 deletions
|
@ -51,7 +51,7 @@ class EventEmitter : public Wrappable {
|
|||
private:
|
||||
v8::Local<v8::Object> CreateEvent(v8::Isolate* isolate,
|
||||
content::WebContents* sender,
|
||||
IPC::Message* message) const;
|
||||
IPC::Message* message);
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(EventEmitter);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue