Bug 178727 - SerializedScriptValue::deserialize() should take ports as a const Vector&
Summary: SerializedScriptValue::deserialize() should take ports as a const Vector&
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-10-24 09:06 PDT by Chris Dumez
Modified: 2017-11-15 12:48 PST (History)
7 users (show)

See Also:


Attachments
Patch (7.72 KB, patch)
2017-10-24 09:07 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2017-10-24 09:06:34 PDT
SerializedScriptValue::deserialize() should take ports as a const Vector&, not a Vector&. It does not modify the input vector.
Comment 1 Chris Dumez 2017-10-24 09:07:21 PDT
Created attachment 324677 [details]
Patch
Comment 2 WebKit Commit Bot 2017-10-24 11:50:58 PDT
Comment on attachment 324677 [details]
Patch

Clearing flags on attachment: 324677

Committed r223905: <https://trac.webkit.org/changeset/223905>
Comment 3 WebKit Commit Bot 2017-10-24 11:50:59 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2017-11-15 12:48:50 PST
<rdar://problem/35568192>