Bug 118177

Summary: Use gtk_widget_get_preferred_size instead of deprecated gtk_widget_get_requisition
Product: WebKit Reporter: Iago Toral <itoral>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Trivial CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch none

Description Iago Toral 2013-06-28 02:38:11 PDT
Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp uses deprecated function gtk_widget_get_requisition, which produces compilation warnings. I'll attach a patch shortly to use gtk_widget_get_preferred_size instead, which is the function used to implement gtk_widget_get_requisition in GTK.
Comment 1 Iago Toral 2013-06-28 02:41:51 PDT
Created attachment 205683 [details]
Proposed patch
Comment 2 Carlos Garcia Campos 2013-06-28 02:52:15 PDT
Comment on attachment 205683 [details]
Proposed patch

Thanks!
Comment 3 WebKit Commit Bot 2013-06-28 04:00:15 PDT
Comment on attachment 205683 [details]
Proposed patch

Clearing flags on attachment: 205683

Committed r152159: <http://trac.webkit.org/changeset/152159>
Comment 4 WebKit Commit Bot 2013-06-28 04:00:17 PDT
All reviewed patches have been landed.  Closing bug.