| Index: base/callback.h
|
| diff --git a/base/callback.h b/base/callback.h
|
| index 923ce99183f22974983906c88175f7c6b39c2068..594c9d6244b6b0b45b7e6903d0a3259f77665ce2 100644
|
| --- a/base/callback.h
|
| +++ b/base/callback.h
|
| @@ -269,8 +269,8 @@
|
| //
|
| // By default Bind() will store copies of all bound parameters, and attempt
|
| // to refcount a target object if the function being bound is a class method.
|
| -// These copies are created even if the function takes parameters as const or
|
| -// non-const references.
|
| +// These copies are created even if the function takes parameters as const
|
| +// references. (Binding to non-const references is forbidden, see bind.h)
|
| //
|
| // To change this behavior, we introduce a set of argument wrappers
|
| // (e.g., Unretained(), and ConstRef()). These are simple container templates
|
|
|