Bug 69735 - Fix Leopard and Snow Leopard build after changeset 97034
Summary: Fix Leopard and Snow Leopard build after changeset 97034
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Luke Macpherson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-09 20:55 PDT by Luke Macpherson
Modified: 2011-10-28 12:27 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.23 KB, patch)
2011-10-09 20:57 PDT, Luke Macpherson
dbates: review+
dbates: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Macpherson 2011-10-09 20:55:07 PDT
Fix build regressions in 97043
Comment 1 Luke Macpherson 2011-10-09 20:57:49 PDT
Created attachment 110322 [details]
Patch
Comment 3 Daniel Bates 2011-10-09 21:22:27 PDT
Comment on attachment 110322 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=110322&action=review

Will land this by hand and fix commit message. Thanks for the fix!

> Source/WebCore/ChangeLog:3
> +        Fix build regressions in 97043

97043 => 97034

Also, should mention the builds that this fixes, which includes Leopard and Snow Leopard.
Comment 4 Daniel Bates 2011-10-09 21:28:31 PDT
Committed r97040: <http://trac.webkit.org/changeset/97040>
Comment 5 Alexey Proskuryakov 2011-10-11 16:31:27 PDT
The BuiltInPDFView changes are not quite perfect. The new zoomAnimatorTransformChanged override was added in the midst of Plugin class methods, while there is a separate section for ScrollableArea methods below.
Comment 6 Alexey Proskuryakov 2011-10-28 12:27:40 PDT
Fixing that in bug 71133.