[webkit-reviews] review granted: [Bug 22080] CRASH at Scrollbar::invalidateRect due to null m_client : [Attachment 24906] v1 patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 5 09:19:09 PST 2008


Darin Adler <darin at apple.com> has granted Darin Fisher (Google)
<darin at chromium.org>'s request for review:
Bug 22080: CRASH at Scrollbar::invalidateRect due to null m_client
https://bugs.webkit.org/show_bug.cgi?id=22080

Attachment 24906: v1 patch
https://bugs.webkit.org/attachment.cgi?id=24906&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
+    return m_client ? m_client->isActive() : false;

I usually write those using && rather than ?:, but this seems fine.

r=me


More information about the webkit-reviews mailing list