So… instead of: foo(bar()); do: foo(RefPtr { bar() }.get());
What's the value of creating a temporary RefPtr just to get at the underlying raw pointer? Isn't this overkill?
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev