[webkit-reviews] review granted: [Bug 91763] WebKit should pass <title> element value as the default description for web views : [Attachment 153309] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 19 11:59:21 PDT 2012


Anders Carlsson <andersca at apple.com> has granted chris fleizach
<cfleizach at apple.com>'s request for review:
Bug 91763: WebKit should pass <title> element value as the default description
for web views
https://bugs.webkit.org/show_bug.cgi?id=91763

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

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=153309&action=review


> Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1435
> +    Element* documentElement = document->documentElement();
> +    if (documentElement) {

You can just move the variable declaration inside of the if check here.


More information about the webkit-reviews mailing list