Fix build regressions in 97043
Created attachment 110322 [details] Patch
http://trac.webkit.org/changeset/97034 https://bugs.webkit.org/show_bug.cgi?id=68035
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.
Committed r97040: <http://trac.webkit.org/changeset/97040>
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.
Fixing that in bug 71133.