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

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

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/DartEventListener.h ('k') | Source/bindings/dart/DartStringCache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/DartEventListener.cpp
===================================================================
--- Source/bindings/dart/DartEventListener.cpp (revision 168317)
+++ Source/bindings/dart/DartEventListener.cpp (working copy)
@@ -71,7 +71,7 @@
return listener.get();
}
-void DartEventListener::weakCallback(Dart_WeakPersistentHandle handle, void* peer)
+void DartEventListener::weakCallback(Dart_Isolate isolate, Dart_WeakPersistentHandle handle, void* peer)
{
DartEventListener* listener = static_cast<DartEventListener*>(peer);
listener->m_listener = 0;
« no previous file with comments | « Source/bindings/dart/DartEventListener.h ('k') | Source/bindings/dart/DartStringCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698