Chromium Code Reviews| Index: ppapi/cpp/var.h |
| =================================================================== |
| --- ppapi/cpp/var.h (revision 122146) |
| +++ ppapi/cpp/var.h (working copy) |
| @@ -68,7 +68,7 @@ |
| struct DontManage {}; |
| - /// TODO(brettw): remove DontManage when this bug is fixed |
| + // TODO(brettw): remove DontManage when this bug is fixed |
| /// http://code.google.com/p/chromium/issues/detail?id=52105 |
|
dmichael (off chromium)
2012/02/15 22:42:25
This bug should also have a // comment instead of
jond
2012/02/16 18:10:08
Done.
|
| /// This constructor is used when we've given a <code>PP_Var</code> as an |
| /// input argument from somewhere and that reference is managing the |