Bug 60339

Summary: Make CSSStyleSelector::applyProperty() CSSPropertyWebkitColorCorrection case use appropriate macro.
Product: WebKit Reporter: Luke Macpherson <macpherson>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.