Set sender in EventEmitter.emit

This commit is contained in:
Cheng Zhao 2015-06-25 11:16:31 +08:00
parent fb5fe7a714
commit 2ea2413752
3 changed files with 6 additions and 6 deletions

View file

@ -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);
};