The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / webkit / 0001-build-fix-for-32-bit-autotools.patch
1 Add missing symbol for WebCore::TextIterator::getLocationAndLengthFromRange
2
3 Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
4
5 From f5bb58f9096061f00c948e668335811d364ba360 Mon Sep 17 00:00:00 2001
6 From: "kov@webkit.org" <kov@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
7 Date: Thu, 7 Feb 2013 13:48:46 +0000
8 Subject: [PATCH] Unreviewed build fix after r141196 for 32 bits autotools.
9
10 * Source/autotools/symbols.filter: restore 32 bits version of the
11 WebCore::TextIterator::getLocationAndLengthFromRange(WebCore::Node*,
12 WebCore::Range const*, unsigned int&, unsigned int&) symbol.
13
14 git-svn-id: http://svn.webkit.org/repository/webkit/trunk@142105 268f45cc-cd09-0410-ab3c-d52691b4dbfc
15 ---
16  ChangeLog                       | 8 ++++++++
17  Source/autotools/symbols.filter | 1 +
18  2 files changed, 9 insertions(+)
19
20 diff --git a/Source/autotools/symbols.filter b/Source/autotools/symbols.filter
21 index 9d730b3..2edefaf 100644
22 --- a/Source/autotools/symbols.filter
23 +++ b/Source/autotools/symbols.filter
24 @@ -57,6 +57,7 @@ _ZN7WebCore11HistoryItem16setDocumentStateERKN3WTF6VectorINS1_6StringELj0EEE;
25  _ZN7WebCore11HistoryItem16setDocumentStateERKN3WTF6VectorINS1_6StringELm0EEE;
26  _ZN7WebCore11MemoryCache14resourceForURLERKNS_4KURLE;
27  _ZN7WebCore12TextIterator26rangeFromLocationAndLengthEPNS_13ContainerNodeEiib;
28 +_ZN7WebCore12TextIterator29getLocationAndLengthFromRangeEPNS_4NodeEPKNS_5RangeERjS6_;
29  _ZN7WebCore12TextIterator29getLocationAndLengthFromRangeEPNS_4NodeEPKNS_5RangeERmS6_;
30  _ZN7WebCore12PrintContext20pageNumberForElementEPNS_7ElementERKNS_9FloatSizeE;
31  _ZN7WebCore13createWrapperEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEPNS_4NodeE;
32 -- 
33 1.8.3.2
34