Bug 189480 - [macOS] Editor::readSelectionFromPasteboard’s MailBlockquoteHandling argument is effectively unused
Summary: [macOS] Editor::readSelectionFromPasteboard’s MailBlockquoteHandling argument...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-09-10 13:26 PDT by mitz
Modified: 2018-09-10 13:41 PDT (History)
4 users (show)

See Also:


Attachments
Remove useless argument (2.60 KB, patch)
2018-09-10 13:29 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2018-09-10 13:26:24 PDT
Editor::readSelectionFromPasteboard’s second argument defaults to MailBlockquoteHandling::RespectBlockquote, and the only caller that passes the argument also passes the default value.

Patch forthcoming.
Comment 1 mitz 2018-09-10 13:29:41 PDT
Created attachment 349323 [details]
Remove useless argument
Comment 2 mitz 2018-09-10 13:40:11 PDT
Committed <https://trac.webkit.org/r235857>.
Comment 3 Radar WebKit Bug Importer 2018-09-10 13:41:22 PDT
<rdar://problem/44315408>