Do not store the event.returnValue.

This commit is contained in:
Cheng Zhao 2013-09-22 10:03:47 +08:00
commit 1e4762ce92
3 changed files with 7 additions and 21 deletions

View file

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