[Webkit-unassigned] [Bug 35347] Convert the zoom mode into a proper enum

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 25 08:30:00 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35347





--- Comment #15 from Darin Adler <darin at apple.com>  2010-02-25 08:30:00 PST ---
(From update of attachment 49446)
> -    return _private->page->settings()->zoomsTextOnly();
> +    return _private->page->settings()->zoomMode() == ZoomTextOnly ? YES : NO;

The "? YES : NO" here is not needed or helpful.

Someone will have to make the Xcode project changes.

The patch seems fine. r=me if it builds on Mac.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list