mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-28 19:55:36 +08:00
Do not store the event.returnValue.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user