Bug 226907

Summary: Drop unnecessary call to StringView::toStringWithoutCopying() in shouldTreatAsPotentiallyTrustworthy()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, darin, ggaren, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2021-06-10 16:45:05 PDT
Drop unnecessary call to StringView::toStringWithoutCopying() in shouldTreatAsPotentiallyTrustworthy() since the function we're calling takes a StringView.
Comment 1 Chris Dumez 2021-06-10 16:45:54 PDT
Created attachment 431161 [details]
Patch
Comment 2 EWS 2021-06-10 19:56:36 PDT
Committed r278749 (238710@main): <https://commits.webkit.org/238710@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 431161 [details].
Comment 3 Radar WebKit Bug Importer 2021-06-10 19:57:21 PDT
<rdar://problem/79175456>