From 15d879d31d0662c6a106a4306c4fb1ea528aa74d Mon Sep 17 00:00:00 2001 From: "kov@webkit.org" Date: Thu, 19 Jan 2012 18:36:09 +0000 Subject: [PATCH] Rubber-stamped by Martin Robinson. * Source/autotools/symbols.filter: try to fix the 32 bits release bot by also adding the symbol it generates git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105424 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- ChangeLog | 7 +++++++ Source/autotools/symbols.filter | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index c611db9..ed0dd7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-01-19 Gustavo Noronha Silva + + Rubber-stamped by Martin Robinson. + + * Source/autotools/symbols.filter: try to fix the 32 bits release + bot by also adding the symbol it generates + 2012-01-19 Tor Arne Vestbø [Qt] Make build-webkit always do safe incremental builds after update-webkit diff --git a/Source/autotools/symbols.filter b/Source/autotools/symbols.filter index d1f5807..aa1fe95 100644 --- a/Source/autotools/symbols.filter +++ b/Source/autotools/symbols.filter @@ -58,6 +58,7 @@ _ZN7WebCore21getCachedDOMStructureEPNS_17JSDOMGlobalObjectEPKN3JSC9ClassInfoE; _ZN7WebCore22externalRepresentationEPNS_7ElementEj; _ZN7WebCore22userPreferredLanguagesEv; _ZN7WebCore24DocumentMarkerController10markersForEPNS_4NodeENS_14DocumentMarker11MarkerTypesE; +_ZN7WebCore30overrideUserPreferredLanguagesERKN3WTF6VectorINS0_6StringELj0EEE; _ZN7WebCore30overrideUserPreferredLanguagesERKN3WTF6VectorINS0_6StringELm0EEE; _ZN7WebCore6JSNode10putVirtualEPN3JSC9ExecStateERKNS1_10IdentifierENS1_7JSValueERNS1_15PutPropertySlotE; _ZN7WebCore6JSNode20visitChildrenVirtualERN3JSC11SlotVisitorE; -- 2.7.4