RESOLVED FIXED 102485
Factorize the creation of primitive values with a pair into a function.
https://bugs.webkit.org/show_bug.cgi?id=102485
Summary Factorize the creation of primitive values with a pair into a function.
Alexis Menard (darktears)
Reported 2012-11-16 05:14:07 PST
Factorize the creation of primitive values with a pair into a function.
Attachments
Patch (5.03 KB, patch)
2012-11-16 05:16 PST, Alexis Menard (darktears)
no flags
Alexis Menard (darktears)
Comment 1 2012-11-16 05:16:37 PST
WebKit Review Bot
Comment 2 2012-11-16 05:37:51 PST
Comment on attachment 174650 [details] Patch Clearing flags on attachment: 174650 Committed r134937: <http://trac.webkit.org/changeset/134937>
WebKit Review Bot
Comment 3 2012-11-16 05:37:55 PST
All reviewed patches have been landed. Closing bug.
Darin Adler
Comment 4 2012-11-16 09:42:47 PST
Comment on attachment 174650 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=174650&action=review > Source/WebCore/css/CSSParser.cpp:190 > +static PassRefPtr<CSSPrimitiveValue> createPrimitiveValuePair(PassRefPtr<CSSPrimitiveValue> first, PassRefPtr<CSSPrimitiveValue> second) But not inlined?
Note You need to log in before you can comment on or make changes to this bug.