On Wed Sep 6 10:25:59 2023 +0000, Jacek Caban wrote:
I think this needs `AddRef`, we don't own `outer_window` reference here.
I decided to put the `AddRef` at the caller because it avoids conditionally `AddRef`ing (when there's no method) and simplifies the other helper too.