[webkit-reviews] review denied: [Bug 74513] [chromium] Plumb through flag for enabling partial swap : [Attachment 119251] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 14 11:00:05 PST 2011


James Robinson <jamesr at chromium.org> has denied Jonathan Backer
<backer at chromium.org>'s request for review:
Bug 74513: [chromium] Plumb through flag for enabling partial swap
https://bugs.webkit.org/show_bug.cgi?id=74513

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

------- Additional Comments from James Robinson <jamesr at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=119251&action=review


> Source/WebCore/page/Settings.h:646
> +	   bool m_partialSwapEnabled : 1;

you need to initialize this in the Settings constructor or its value will be
undefined and propagate out to the rest of the code.


More information about the webkit-reviews mailing list