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
We should change the vector of frame ancestor security origins from Vector<RefPtr<SecurityOrigin>> to Vector<Ref<SecurityOrigin>>.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/39695694>
John Wilander
This work should also add a template<> struct ArgumentCoder<Ref<WebCore::SecurityOrigin>> so that we can use the regular Vector encoder.