Skip to content

Commit f6034aa

Browse files
committed
Attempt to fix the GTK build after <http://trac.webkit.org/changeset/99613>
(https://bugs.webkit.org/show_bug.cgi?id=71840) * Source/autotools/symbols.filter: Add symbol _ZN7WebCore4Page13setPaginationERKNS0_10PaginationE. Canonical link: https://commits.webkit.org/88213@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@99646 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 2198a8e commit f6034aa

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2011-11-08 Daniel Bates <dbates@webkit.org>
2+
3+
Attempt to fix the GTK build after <http://trac.webkit.org/changeset/99613>
4+
(https://bugs.webkit.org/show_bug.cgi?id=71840)
5+
6+
* Source/autotools/symbols.filter: Add symbol _ZN7WebCore4Page13setPaginationERKNS0_10PaginationE.
7+
18
2011-11-08 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
29

310
[Qt] Use qmake's builtin rules for copying framework headers on Mac OS

Source/autotools/symbols.filter

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ _ZN3WTF7CStringC2EPKcm;
2626
_ZN3WTF7CStringD1Ev;
2727
_ZN3WTF7CStringaSERKS0_;
2828
_ZN24DumpRenderTreeSupportGtk*;
29+
_ZN7WebCore4Page13setPaginationERKNS0_10PaginationE
2930
_ZN7WebCore4toJSEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEPNS_10ClientRectE;
3031
_ZN7WebCore4toJSEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEPNS_5RangeE;
3132
_ZN7WebCore5Range6createEN3WTF10PassRefPtrINS_8DocumentEEENS2_INS_4NodeEEEiS6_i;

0 commit comments

Comments
 (0)