RESOLVED FIXED Bug 140007
Move '-webkit-font-variant-ligature' CSS property to the new StyleBuilder
https://bugs.webkit.org/show_bug.cgi?id=140007
Summary Move '-webkit-font-variant-ligature' CSS property to the new StyleBuilder
Chris Dumez
Reported 2014-12-30 11:15:01 PST
Move '-webkit-font-variant-ligature' CSS property to the new StyleBuilder.
Attachments
Patch (12.59 KB, patch)
2014-12-30 11:57 PST, Chris Dumez
no flags
Patch (12.55 KB, patch)
2014-12-30 13:43 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2014-12-30 11:57:38 PST
Darin Adler
Comment 2 2014-12-30 12:51:48 PST
Comment on attachment 243827 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=243827&action=review > Source/WebCore/css/StyleBuilderCustom.h:1262 > +#if !ASSERT_DISABLED Why is this #if needed? The else has only the assertion in it. Is this a pattern followed in other functions in this file?
Chris Dumez
Comment 3 2014-12-30 12:57:16 PST
Comment on attachment 243827 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=243827&action=review >> Source/WebCore/css/StyleBuilderCustom.h:1262 >> +#if !ASSERT_DISABLED > > Why is this #if needed? The else has only the assertion in it. Is this a pattern followed in other functions in this file? I merely moved this code. I don't think this pattern is used elsewhere in this file. I will drop it as it likely builds fine without it.
Chris Dumez
Comment 4 2014-12-30 13:43:56 PST
WebKit Commit Bot
Comment 5 2014-12-30 14:25:36 PST
Comment on attachment 243829 [details] Patch Clearing flags on attachment: 243829 Committed r177827: <http://trac.webkit.org/changeset/177827>
WebKit Commit Bot
Comment 6 2014-12-30 14:25:44 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.