WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
Bug 96206
no 'void WebCore::GraphicsLayer::willBeDestroyed()' member function declared
https://bugs.webkit.org/show_bug.cgi?id=96206
Summary
no 'void WebCore::GraphicsLayer::willBeDestroyed()' member function declared
Paul Seidler
Reported
2012-09-09 07:25:52 PDT
Created
attachment 162995
[details]
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.
Attachments
patch to add the declaration
(884 bytes, patch)
2012-09-09 07:25 PDT
,
Paul Seidler
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2012-09-10 10:21:59 PDT
The function is there: <
http://trac.webkit.org/browser/trunk/Source/WebCore/platform/graphics/GraphicsLayer.h#L406
>.
Paul Seidler
Comment 2
2012-09-10 23:39:32 PDT
No it isn't. I was talking about webkitgtk-1.8.3/the 1.8 branch and there is no such function defined in that file. Probably the webkit version I have selected in the bug report is wrong but I dunno what is the correct one for webkitgtk-1.8.3 and where I can get the correct one from?!
Alexey Proskuryakov
Comment 3
2012-09-11 00:47:07 PDT
We track WebKit trunk bugs here, not bugs in vendor releases.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug