summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi')
-rw-r--r--ppapi/cpp/completion_callback.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ppapi/cpp/completion_callback.h b/ppapi/cpp/completion_callback.h
index 587824f..49f8d8f 100644
--- a/ppapi/cpp/completion_callback.h
+++ b/ppapi/cpp/completion_callback.h
@@ -193,8 +193,7 @@ class CompletionCallbackFactory {
// CompletionCallback to a PPAPI method, the method does not return
// PP_OK_COMPLETIONPENDING, then you should manually call the
// CompletionCallback's Run method, or memory will be leaked.
- // NewCallback() is equivalent to NewOptionalCallback().
- // TODO(polina): update this comment when this is no longer true.
+ // NewCallback() is equivalent to NewRequiredCallback().
template <typename Method>
CompletionCallback NewCallback(Method method) {