Do not store the event.returnValue.
This commit is contained in:
parent
d443b36446
commit
1e4762ce92
3 changed files with 7 additions and 21 deletions
|
|
@ -25,9 +25,6 @@ class Event : public node::ObjectWrap {
|
|||
// Create a V8 Event object.
|
||||
static v8::Handle<v8::Object> CreateV8Object();
|
||||
|
||||
// Get JSON string of the event.returnValue from a Event object.
|
||||
static string16 GetReturnValue(v8::Handle<v8::Object> event);
|
||||
|
||||
// Pass the sender and message to be replied.
|
||||
void SetSenderAndMessage(IPC::Sender* sender, IPC::Message* message);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue