[Webkit-unassigned] [Bug 20872] Enhancing Navigation to Accessibility parent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 21 20:58:53 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20872


jhoneycutt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23493|review?(jhoneycutt at apple.com|review-
               Flag|)                           |




------- Comment #4 from jhoneycutt at apple.com  2008-09-21 20:58 PDT -------
(From update of attachment 23493)
We prefer early return, so this would be better written as:

if (!parentObj)
    return E_FAIL;
...

The change looks good, just needs a test. r- for missing test.

Thanks for the patch, Sankar!


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list