Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Unified Diff: Source/bindings/dart/DartEventListener.h

Issue 24492005: Keep a strong handle to an event listener during handleEvent (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Reupload Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/bindings/dart/DartEventListener.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/DartEventListener.h
diff --git a/Source/bindings/dart/DartEventListener.h b/Source/bindings/dart/DartEventListener.h
index 833a21754c622f64e7a5472d49907499551cba1a..659b092397186680f8c2e57158fa35a70fff3946 100644
--- a/Source/bindings/dart/DartEventListener.h
+++ b/Source/bindings/dart/DartEventListener.h
@@ -71,7 +71,7 @@ private:
DartEventListener();
static DartEventListener* createOrFetch(Dart_Handle listener);
- Dart_Handle callListenerFunction(ScriptExecutionContext*, Dart_Handle dartEvent, Event*);
+ Dart_Handle callListenerFunction(ScriptExecutionContext*, Dart_Handle listener, Dart_Handle dartEvent);
static void weakCallback(Dart_WeakPersistentHandle, void* peer);
« no previous file with comments | « no previous file | Source/bindings/dart/DartEventListener.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698