Bug 102485 - Factorize the creation of primitive values with a pair into a function.
Summary: Factorize the creation of primitive values with a pair into a function.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexis Menard (darktears)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-16 05:14 PST by Alexis Menard (darktears)
Modified: 2012-11-16 09:42 PST (History)
5 users (show)

See Also:


Attachments
Patch (5.03 KB, patch)
2012-11-16 05:16 PST, Alexis Menard (darktears)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexis Menard (darktears) 2012-11-16 05:14:07 PST
Factorize the creation of primitive values with a pair into a function.
Comment 1 Alexis Menard (darktears) 2012-11-16 05:16:37 PST
Created attachment 174650 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-11-16 05:37:55 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Darin Adler 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?