[webkit-reviews] review granted: [Bug 53386] Fix fat build for both 32-bit and 64-bit under llvm-gcc 4.2 : [Attachment 80579] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 29 16:11:53 PST 2011


mitz at webkit.org has granted Maciej Stachowiak <mjs at apple.com>'s request for
review:
Bug 53386: Fix fat build for both 32-bit and 64-bit under llvm-gcc 4.2
https://bugs.webkit.org/show_bug.cgi?id=53386

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

------- Additional Comments from mitz at webkit.org
View in context: https://bugs.webkit.org/attachment.cgi?id=80579&action=review

> Source/WebCore/platform/mac/ScrollAnimatorMac.mm:353
> +    isHorizontallyStretched = (stretchAmount.width() == 0) ? false : true;
> +    isVerticallyStretched = (stretchAmount.height() == 0) ? false : true;

Simply isHorizontallyStretched = stretchAmount.width(); should do.


More information about the webkit-reviews mailing list