Allow implicit conversion from Ref<T> to T& to reduce the amount of Ref<>::get() calls in the code and increase readability. Unlike for RefPtr, doing this for Ref should not be error prone.
Created attachment 240880 [details] Patch
I kinda like this. Paging Darin for 2nd opinion.
I like it too. Unless we have to get rid of Ref completely.
Created attachment 240910 [details] Patch
(In reply to comment #3) > I like it too. Unless we have to get rid of Ref completely. We do? Let's find time to discuss that in person at some point.
Comment on attachment 240910 [details] Patch r=me on this.
Comment on attachment 240910 [details] Patch Clearing flags on attachment: 240910 Committed r175513: <http://trac.webkit.org/changeset/175513>
All reviewed patches have been landed. Closing bug.