Index: webkit/plugins/ppapi/quota_file_io.h |
=================================================================== |
--- webkit/plugins/ppapi/quota_file_io.h (revision 96790) |
+++ webkit/plugins/ppapi/quota_file_io.h (working copy) |
@@ -35,6 +35,7 @@ |
// Performs write or setlength operation with quota checks. |
// Returns true when the operation is successfully dispatched. |
+ // |bytes_to_write| must be geater than zero. |
// |callback| will be dispatched when the operation completes. |
// Otherwise it returns false and |callback| will not be dispatched. |
// |callback| will not be dispatched either when this instance is |