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

Unified Diff: Source/bindings/dart/DartStringCache.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/DartEventListener.cpp ('k') | Source/bindings/dart/DartStringCache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/DartStringCache.h
===================================================================
--- Source/bindings/dart/DartStringCache.h (revision 168317)
+++ Source/bindings/dart/DartStringCache.h (working copy)
@@ -57,7 +57,7 @@
private:
Dart_WeakPersistentHandle getSlow(StringImpl*, bool autoDartScope);
- static void handleFinalizer(Dart_WeakPersistentHandle, void* peer);
+ static void handleFinalizer(Dart_Isolate, Dart_WeakPersistentHandle, void* peer);
typedef HashMap<StringImpl*, Dart_WeakPersistentHandle> StringCache;
StringCache m_stringCache;
« no previous file with comments | « Source/bindings/dart/DartEventListener.cpp ('k') | Source/bindings/dart/DartStringCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698