Bug 184928

Summary: From-Origin: Change from Vector<RefPtr<SecurityOrigin>> to Vector<Ref<SecurityOrigin>>
Product: WebKit Reporter: John Wilander <wilander>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 184927    

John Wilander
Reported 2018-04-24 13:30:58 PDT
We should change the vector of frame ancestor security origins from Vector<RefPtr<SecurityOrigin>> to Vector<Ref<SecurityOrigin>>.
Attachments
Radar WebKit Bug Importer
Comment 1 2018-04-24 13:33:01 PDT
John Wilander
Comment 2 2018-04-24 13:38:30 PDT
This work should also add a template<> struct ArgumentCoder<Ref<WebCore::SecurityOrigin>> so that we can use the regular Vector encoder.
Note You need to log in before you can comment on or make changes to this bug.