[webkit-reviews] review granted: [Bug 199565] Unable to paste from Notes into Excel 365 spreadsheet : [Attachment 373624] Fix typo in ChangeLog.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 8 08:35:40 PDT 2019


Chris Dumez <cdumez at apple.com> has granted Wenson Hsieh
<wenson_hsieh at apple.com>'s request for review:
Bug 199565: Unable to paste from Notes into Excel 365 spreadsheet
https://bugs.webkit.org/show_bug.cgi?id=199565

Attachment 373624: Fix typo in ChangeLog.

https://bugs.webkit.org/attachment.cgi?id=373624&action=review




--- Comment #4 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 373624
  --> https://bugs.webkit.org/attachment.cgi?id=373624
Fix typo in ChangeLog.

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

> Source/WebCore/page/Page.h:656
> +    void setIsForSanitizingWebContent(bool isForSanitizingWebContent) {
m_isForSanitizingWebContent = isForSanitizingWebContent; }

Personally, I would omit the boolean parameter since this can never be set back
to false after being set to true.


More information about the webkit-reviews mailing list