[webkit-reviews] review granted: [Bug 120251] RenderObject::frame() should return a reference. : [Attachment 209559] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 24 15:17:56 PDT 2013


Darin Adler <darin at apple.com> has granted Andreas Kling <akling at apple.com>'s
request for review:
Bug 120251: RenderObject::frame() should return a reference.
https://bugs.webkit.org/show_bug.cgi?id=120251

Attachment 209559: Patch
https://bugs.webkit.org/attachment.cgi?id=209559&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
Those local variables of type Frame& worry me a little because they don’t ref
the frame. But Frame* was just as bad. We might have to add RefRef!


More information about the webkit-reviews mailing list