WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 28443
Build break with gtk 2.10
https://bugs.webkit.org/show_bug.cgi?id=28443
Summary
Build break with gtk 2.10
Fumitoshi Ukai
Reported
2009-08-18 20:50:53 PDT
WebKit requires gtk 2.10, but WebKit/gtk/WebCoreSupport/DragClientGtk.cpp requires gtk_widget_get_window that is introduced in gtk 2.14. ../WebKit/gtk/WebCoreSupport/DragClientGtk.cpp: In member function ‘virtual void WebKit::DragClient::startDrag(GdkPixbuf*, const WebCore::IntPoint&, const WebCore::IntPoint&, WebCore::Clipboard*, WebCore::Frame*, bool)’: ../WebKit/gtk/WebCoreSupport/DragClientGtk.cpp:92: error: ‘gtk_widget_get_window’ was not declared in this scope make[1]: *** [WebKit/gtk/WebCoreSupport/libwebkit_1_0_la-DragClientGtk.lo] Error 1
Attachments
fix build break with gtk_widget_get_window
(1.23 KB, patch)
2009-08-18 21:00 PDT
,
Fumitoshi Ukai
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Fumitoshi Ukai
Comment 1
2009-08-18 21:00:10 PDT
Created
attachment 35100
[details]
fix build break with gtk_widget_get_window --- 2 files changed, 17 insertions(+), 1 deletions(-)
Eric Seidel (no email)
Comment 2
2009-08-18 23:35:10 PDT
Comment on
attachment 35100
[details]
fix build break with gtk_widget_get_window Looks sane enough.
Eric Seidel (no email)
Comment 3
2009-08-18 23:49:52 PDT
Comment on
attachment 35100
[details]
fix build break with gtk_widget_get_window Clearing flags on attachment: 35100 Committed
r47496
: <
http://trac.webkit.org/changeset/47496
>
Eric Seidel (no email)
Comment 4
2009-08-18 23:49:56 PDT
All reviewed patches have been landed. Closing bug.
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