Bug 202967

Summary: Don't mutate a NinePieceImage to create a mask default image
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, esprehn+autocc, ews-watchlist, glenn, gyuyoung.kim, koivisto, kondapallykalyan, lingcherd_ho, macpherson, menard, pdr, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Simon Fraser (smfr) 2019-10-14 21:11:09 PDT
Don't mutate a NinePieceImage to create a mask default image
Comment 1 Simon Fraser (smfr) 2019-10-14 21:12:35 PDT
Created attachment 380957 [details]
Patch
Comment 2 Dean Jackson 2019-10-15 13:33:08 PDT
Comment on attachment 380957 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=380957&action=review

> Source/WebCore/ChangeLog:10
> +        argument that cna make the mask flavor of image.

typo: can

> Source/WebCore/rendering/style/StyleRareNonInheritedData.cpp:37
> +#include <wtf/text/TextStream.h>

Why?
Comment 3 WebKit Commit Bot 2019-10-15 14:06:38 PDT
Comment on attachment 380957 [details]
Patch

Clearing flags on attachment: 380957

Committed r251156: <https://trac.webkit.org/changeset/251156>
Comment 4 WebKit Commit Bot 2019-10-15 14:06:40 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Ling Ho 2019-10-15 15:19:18 PDT
<rdar://problem/56307299>