NEW 184928
From-Origin: Change from Vector<RefPtr<SecurityOrigin>> to Vector<Ref<SecurityOrigin>>
https://bugs.webkit.org/show_bug.cgi?id=184928
Summary From-Origin: Change from Vector<RefPtr<SecurityOrigin>> to Vector<Ref<Securit...
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.