Bug 132864

Summary: REGRESSION(r167771): [GTK] Text fields and areas are rendered unthemed
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, pnormand
Priority: P2 Keywords: Gtk, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch pnormand: review+

Description Carlos Garcia Campos 2014-05-13 05:33:09 PDT
This is because the virtual methods changed the API in the parent, and since we don't have the methods marked as override we didn't noticed it.
Comment 1 Carlos Garcia Campos 2014-05-13 05:39:06 PDT
Created attachment 231372 [details]
Patch
Comment 2 Carlos Garcia Campos 2014-05-13 08:34:36 PDT
Committed r168683: <http://trac.webkit.org/changeset/168683>