[webkit-reviews] review granted: [Bug 131353] Unify and factor out page overlay implementations : [Attachment 228912] fix a tiny bug
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 8 16:38:32 PDT 2014
Anders Carlsson <andersca at apple.com> has granted Tim Horton
<thorton at apple.com>'s request for review:
Bug 131353: Unify and factor out page overlay implementations
https://bugs.webkit.org/show_bug.cgi?id=131353
Attachment 228912: fix a tiny bug
https://bugs.webkit.org/attachment.cgi?id=228912&action=review
------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=228912&action=review
> Source/WebKit2/WebProcess/WebPage/PageOverlayController.cpp:105
> + if (m_pageOverlays.size())
This should be
if (!m_pageOverlays.isEmpty())
More information about the webkit-reviews
mailing list