Re: [webkit-dev] for review: RefPtr document

2007-10-09 Thread Brady Eidson
I seem to recall reviewing it at the time, but I just went over it once more. I see no technical inaccuracies, I think it's written at a great level for introducing people unfamiliar with the concept to our RefPtr infrastructure, and I don't want to get into arguing tiny ways I would

Re: [webkit-dev] for review: RefPtr document

2007-10-09 Thread Geoffrey Garen
Having this document as a reference will be great! History Many objects in WebKit are reference counted. The pattern used is that classes have member functionsref and deref that increment and decrement the reference count. Each call to ref has to be matched by a call to deref. When the