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.
Created attachment 205683 [details] Proposed patch
Comment on attachment 205683 [details] Proposed patch Thanks!
Comment on attachment 205683 [details] Proposed patch Clearing flags on attachment: 205683 Committed r152159: <http://trac.webkit.org/changeset/152159>
All reviewed patches have been landed. Closing bug.