From 3bd8f291052e1fd46588bff72b7e3e52d5b94fd0 Mon Sep 17 00:00:00 2001 From: "carlosgc@webkit.org" Date: Wed, 18 Jan 2012 09:04:22 +0000 Subject: [PATCH] Unreviewed. Fix GTK+ build after r105245. * Source/autotools/symbols.filter: Fix symbol name. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105248 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- ChangeLog | 6 ++++++ Source/autotools/symbols.filter | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e94f695..856e949 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-01-18 Carlos Garcia Campos + + Unreviewed. Fix GTK+ build after r105245. + + * Source/autotools/symbols.filter: Fix symbol name. + 2012-01-17 Hajime Morrita [Internals] Should be able to access corresponding Document object. diff --git a/Source/autotools/symbols.filter b/Source/autotools/symbols.filter index 3cc568e..3539150 100644 --- a/Source/autotools/symbols.filter +++ b/Source/autotools/symbols.filter @@ -87,7 +87,7 @@ _ZN7WebCore9FrameView19scrollElementToRectEPNS_7ElementERKNS_7IntRectE; _ZN7WebCore9FrameView43setShouldLayoutFixedElementsRelativeToFrameEb; _ZN7WebCore24FrameDestructionObserverD2Ev; _ZN7WebCore24FrameDestructionObserverC2EPNS_5FrameE; -_ZN7WebCore24FrameDestructionObserver7observeEPNS_5FrameE; +_ZN7WebCore24FrameDestructionObserver12observeFrameEPNS_5FrameE; _ZN7WebCore24FrameDestructionObserver14frameDestroyedEv; local: _Z*; -- 2.7.4