[webkit-reviews] review granted: [Bug 127974] Fixed position objects are clipped in iOS WK2 : [Attachment 222769] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 30 17:39:29 PST 2014


Darin Adler <darin at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 127974: Fixed position objects are clipped in iOS WK2
https://bugs.webkit.org/show_bug.cgi?id=127974

Attachment 222769: Patch
https://bugs.webkit.org/attachment.cgi?id=222769&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=222769&action=review


> Source/WebCore/page/FrameView.cpp:1572
> +#endif
> +    return viewportConstrainedVisibleContentRect();

This should be #else/#endif instead of having a double return on IOS.


More information about the webkit-reviews mailing list