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

Unified Diff: runtime/vm/dart_api_state.cc

Issue 8984006: Implement weak persistent handles in the Dart API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments Created 9 years 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/vm/dart_api_state.cc
diff --git a/runtime/vm/dart_api_state.cc b/runtime/vm/dart_api_state.cc
index 1004185bda7cb0f3883d07874acc12aee0874129..06ce1fb936165164d6535a18fdf4ae4e7bdd0394 100644
--- a/runtime/vm/dart_api_state.cc
+++ b/runtime/vm/dart_api_state.cc
@@ -8,7 +8,7 @@ namespace dart {
// A distinguished callback which indicates that a persistent handle
// should not be deleted from the dart api.
-void ProtectedHandleCallback() {
+void ProtectedHandleCallback(void* peer) {
// Do nothing.
}

Powered by Google App Engine
This is Rietveld 408576698