summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_file_chooser_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/plugins/ppapi/ppb_file_chooser_impl.h')
-rw-r--r--webkit/plugins/ppapi/ppb_file_chooser_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/plugins/ppapi/ppb_file_chooser_impl.h b/webkit/plugins/ppapi/ppb_file_chooser_impl.h
index 75923a1..57d1d32 100644
--- a/webkit/plugins/ppapi/ppb_file_chooser_impl.h
+++ b/webkit/plugins/ppapi/ppb_file_chooser_impl.h
@@ -43,7 +43,7 @@ class PPB_FileChooser_Impl : public Resource {
int32_t ValidateCallback(const PP_CompletionCallback& callback);
// Sets up |callback| as the pending callback. This should only be called once
- // it is certain that |PP_ERROR_WOULDBLOCK| will be returned.
+ // it is certain that |PP_OK_COMPLETIONPENDING| will be returned.
void RegisterCallback(const PP_CompletionCallback& callback);
void RunCallback(int32_t result);