Bug 215858

Summary: Avoid unnecessarily copying a Vector in WebCore::transformsForValue
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: CSSAssignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: esprehn+autocc, ews-watchlist, glenn, gyuyoung.kim, koivisto, macpherson, menard, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Wenson Hsieh 2020-08-26 12:32:53 PDT
Vector<RefPtr<TransformOperation>> is copied in this helper function, (seemingly) without need.
Comment 1 Wenson Hsieh 2020-08-26 12:40:40 PDT
Created attachment 407323 [details]
Patch
Comment 2 EWS 2020-08-26 15:34:54 PDT
Committed r266198: <https://trac.webkit.org/changeset/266198>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 407323 [details].
Comment 3 Radar WebKit Bug Importer 2020-08-26 15:35:17 PDT
<rdar://problem/67833529>