Bug 132864 - REGRESSION(r167771): [GTK] Text fields and areas are rendered unthemed
Summary: REGRESSION(r167771): [GTK] Text fields and areas are rendered unthemed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, Regression
Depends on:
Blocks:
 
Reported: 2014-05-13 05:33 PDT by Carlos Garcia Campos
Modified: 2014-05-13 08:34 PDT (History)
2 users (show)

See Also:


Attachments
Patch (22.40 KB, patch)
2014-05-13 05:39 PDT, Carlos Garcia Campos
pnormand: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>