[webkit-reviews] review granted: [Bug 26995] AX: Some webpages do not send AXLoadComplete : [Attachment 32351] Updated patch 3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 7 00:54:15 PDT 2009


Darin Adler <darin at apple.com> has granted chris fleizach
<cfleizach at apple.com>'s request for review:
Bug 26995: AX: Some webpages do not send AXLoadComplete
https://bugs.webkit.org/show_bug.cgi?id=26995

Attachment 32351: Updated patch 3
https://bugs.webkit.org/attachment.cgi?id=32351&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
> +    RenderObject* render = renderer();

An idiom we use for this is

    RenderObject* renderer = this->renderer();

The downside of naming the variable "render" is that's a verb with a different
meaning.

Is there any way to make a regression test for this?

r=me


More information about the webkit-reviews mailing list