Index: mojo/public/cpp/bindings/type_converter.h |
diff --git a/mojo/public/cpp/bindings/type_converter.h b/mojo/public/cpp/bindings/type_converter.h |
index ff94cdadd3a463606a0fac650f4fbe5fde9b6a1f..415f82d7a1df4ab00c309e881ac7694706f0e9ce 100644 |
--- a/mojo/public/cpp/bindings/type_converter.h |
+++ b/mojo/public/cpp/bindings/type_converter.h |
@@ -45,7 +45,7 @@ namespace mojo { |
// geometry::PointPtr result; |
// result->x = input.x(); |
// result->y = input.y(); |
-// return result.Pass(); |
+// return result; |
// } |
// }; |
// template <> |