r69296 includes a cast from GdkWindow* to GtkWindow*. This is causing a crash in plugins/null-npp-getvalue-pointer.html.
Created attachment 72059 [details] Patch for this issue
Comment on attachment 72059 [details] Patch for this issue View in context: https://bugs.webkit.org/attachment.cgi?id=72059&action=review > WebCore/ChangeLog:10 > + GdkWindow*. The widget is used to get the proper visual for the > + widget. "The widget is used to get the proper visual for the widget." sounds really weird. Perhaps "for the plugin's container widget"? Otherwise looks right!
Committed r70677: <http://trac.webkit.org/changeset/70677>