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

Unified Diff: runtime/include/dart_api.h

Issue 130513003: [ZLIB] Add support for windowBits, memLevel, raw (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: should fix the mess, sorry ! 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
Index: runtime/include/dart_api.h
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
index 75c7d472e88ea743cdedfd51fa29dddb906590e2..f0917d6fc0099735b24e36d149af5f20b9658161 100755
--- a/runtime/include/dart_api.h
+++ b/runtime/include/dart_api.h
@@ -421,7 +421,7 @@ DART_EXPORT void Dart_DeletePersistentHandle(Dart_PersistentHandle object);
* Allocates a weak persistent handle for an object.
*
* This handle has the lifetime of the current isolate unless it is
- * explicitly deallocated by calling Dart_DeletePersistentHandle.
+ * explicitly deallocated by calling Dart_DeleteWeakPersistentHandle.
*
* If the object becomes unreachable the callback is invoked with the weak
* persistent handle and the peer as arguments. This gives the native code the
@@ -461,7 +461,7 @@ DART_EXPORT void Dart_DeleteWeakPersistentHandle(
* weak persistent handles strongly reference their referents.
*
* This handle has the lifetime of the current isolate unless it is
- * explicitly deallocated by calling Dart_DeletePersistentHandle.
+ * explicitly deallocated by calling Dart_DeleteWeakPersistentHandle.
*
* Requires there to be a current isolate.
*

Powered by Google App Engine
This is Rietveld 408576698