[Webkit-unassigned] [Bug 36487] Refactoring: HTMLFormControlElement should not have redundant null check

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 23 11:14:47 PDT 2010


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




--- Comment #2 from Alexey Proskuryakov <ap at webkit.org>  2010-03-23 11:14:47 PST ---
It looks like this patch introduces a redundant null check. Or am I just
confused?

Page* Document::page() const
{
    return m_frame ? m_frame->page() : 0;    
}

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



More information about the webkit-unassigned mailing list