Bug 60339 - Make CSSStyleSelector::applyProperty() CSSPropertyWebkitColorCorrection case use appropriate macro.
Summary: Make CSSStyleSelector::applyProperty() CSSPropertyWebkitColorCorrection case ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-05 22:21 PDT by Luke Macpherson
Modified: 2011-05-06 01:42 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.47 KB, patch)
2011-05-05 22:23 PDT, Luke Macpherson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Macpherson 2011-05-05 22:21:21 PDT
Make CSSStyleSelector::applyProperty() CSSPropertyWebkitColorCorrection case use appropriate macro.
Comment 1 Luke Macpherson 2011-05-05 22:23:01 PDT
Created attachment 92541 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-05-05 22:34:12 PDT
Comment on attachment 92541 [details]
Patch

As you can see, so much of this code is old... and crappy.  Hopefully your newer code will make it easy for people to add new properties *correctly* and not end up with so many differnet bits of code doing the same thing differently like the old code was. :)
Comment 3 WebKit Commit Bot 2011-05-06 01:42:21 PDT
Comment on attachment 92541 [details]
Patch

Clearing flags on attachment: 92541

Committed r85938: <http://trac.webkit.org/changeset/85938>
Comment 4 WebKit Commit Bot 2011-05-06 01:42:26 PDT
All reviewed patches have been landed.  Closing bug.