| 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;
|
|
|