Chromium Code Reviews| Index: mojo/public/python/src/common.h |
| diff --git a/mojo/public/python/src/common.h b/mojo/public/python/src/common.h |
| index 03ed73b4d64aef7d41d2422e13523b12972e35f8..4eae72e51c4be1d7dd4768bd4f33d2f3cf6cc6ab 100644 |
| --- a/mojo/public/python/src/common.h |
| +++ b/mojo/public/python/src/common.h |
| @@ -40,6 +40,9 @@ class ScopedPyRef { |
| ~ScopedPyRef(); |
| + // Releases ownership of the python object contained by this instance. |
| + PyObject* Release(); |
| + |
| operator PyObject*() const; |
| private: |