Index: ppapi/cpp/var.h |
=================================================================== |
--- ppapi/cpp/var.h (revision 118900) |
+++ 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 |
/// 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 |