[Webkit-unassigned] [Bug 96206] New: no 'void WebCore::GraphicsLayer::willBeDestroyed()' member function declared
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 9 07:25:34 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=96206
Summary: no 'void WebCore::GraphicsLayer::willBeDestroyed()'
member function declared
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: sepek at lavabit.com
Created an attachment (id=162995)
--> (https://bugs.webkit.org/attachment.cgi?id=162995&action=review)
patch to add the declaration
I get this with 1.8.3, 1.8.2 and latest from http://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-1.8, 1.9.90 works fine, so there is maybe somewhere a fix. I use gcc-4.7.1.
configure options: --prefix=/usr --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --docdir=/usr/share/doc/webkit-1.8.3 --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --enable-fast-install --libdir=/usr/lib64 --with-gtk=3.0 --with-gstreamer=0.10 --disable-geolocation --with-font-backend=freetype --with-accelerated-compositing=opengl --disable-debug-features --disable-debug-symbols --disable-gtk-doc --disable-introspection
I tried also the cairo backend.
Complete failure message:
Source/WebCore/platform/graphics/GraphicsLayer.cpp:103:37: error: no 'void WebCore::GraphicsLayer::willBeDestroyed()' member function declared in class 'WebCore::GraphicsLayer'
The problem is that the function is not delcared in the header file. Adding it solves the problem.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list