[webkit-reviews] review granted: [Bug 71980] Remove unneeded frame check in FrameView::detachCustomScrollbars : [Attachment 114412] Trivial change: remove the check.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 12:15:40 PST 2011


Anders Carlsson <andersca at apple.com> has granted Julien Chaffraix
<jchaffraix at webkit.org>'s request for review:
Bug 71980: Remove unneeded frame check in FrameView::detachCustomScrollbars
https://bugs.webkit.org/show_bug.cgi?id=71980

Attachment 114412: Trivial change: remove the check.
https://bugs.webkit.org/attachment.cgi?id=114412&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
Can you remove this because m_frame is never going to be null, or because
m_frame is never dereferenced? If it is because m_frame is never going to be
null, you can assert that.


More information about the webkit-reviews mailing list