Bug 202967 - Don't mutate a NinePieceImage to create a mask default image
Summary: Don't mutate a NinePieceImage to create a mask default image
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-10-14 21:11 PDT by Simon Fraser (smfr)
Modified: 2019-10-15 15:19 PDT (History)
15 users (show)

See Also:


Attachments
Patch (6.89 KB, patch)
2019-10-14 21:12 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>