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

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

Issue 185643003: Changes to use the modified dart API for (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/1750/
Patch Set: Created 6 years, 10 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 | « Source/bindings/dart/DartDOMWrapper.h ('k') | 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
===================================================================
--- Source/bindings/dart/DartEventListener.h (revision 168317)
+++ Source/bindings/dart/DartEventListener.h (working copy)
@@ -73,7 +73,7 @@
static DartEventListener* createOrFetch(Dart_Handle listener);
Dart_Handle callListenerFunction(ExecutionContext*, Dart_Handle listener, Dart_Handle dartEvent);
- static void weakCallback(Dart_WeakPersistentHandle, void* peer);
+ static void weakCallback(Dart_Isolate, Dart_WeakPersistentHandle, void* peer);
Dart_Isolate m_isolate;
Dart_WeakPersistentHandle m_listener;
« no previous file with comments | « Source/bindings/dart/DartDOMWrapper.h ('k') | Source/bindings/dart/DartEventListener.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698