| Index: src/handles.h
 | 
| diff --git a/src/handles.h b/src/handles.h
 | 
| index 77e5e528da6e2fa04ea7386fe6ff00bd79394401..5e8b0d580cf2f6e60fa2b1e9fcdcdd5a45e011c0 100644
 | 
| --- a/src/handles.h
 | 
| +++ b/src/handles.h
 | 
| @@ -37,6 +37,7 @@ namespace internal {
 | 
|  // A Handle can be converted into a MaybeHandle. Converting a MaybeHandle
 | 
|  // into a Handle requires checking that it does not point to NULL.  This
 | 
|  // ensures NULL checks before use.
 | 
| +// Do not use MaybeHandle as argument type.
 | 
|  
 | 
|  template<typename T>
 | 
|  class MaybeHandle {
 | 
| 
 |