mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1102195 Part 4: Re-apply - Change a non-conforming usage of a const value type to a non-const value type, which VS2015 rightly rejects, r=bobowen
Originally landed as changset: https://hg.mozilla.org/mozilla-central/rev/c827c112df81
This commit is contained in:
parent
994dae2ea2
commit
3c0ef770cd
@ -19,7 +19,7 @@ namespace sandbox {
|
||||
// This is a map of handle-types to names that we need to close in the
|
||||
// target process. A null set means we need to close all handles of the
|
||||
// given type.
|
||||
typedef std::map<const base::string16, std::set<const base::string16> >
|
||||
typedef std::map<const base::string16, std::set<base::string16> >
|
||||
HandleMap;
|
||||
|
||||
// Type and set of corresponding handle names to close.
|
||||
|
@ -1,8 +1,7 @@
|
||||
Please add a link to the bugzilla bug and patch name that should be re-applied.
|
||||
Also, please update any existing links to their actual mozilla-central changeset.
|
||||
Note: security/sandbox/win/src has moved to security/sandbox/chromium/sandbox/win/src
|
||||
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=1102195 bug1102195part2.patch
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=1102195 bug1102195part3.patch
|
||||
https://hg.mozilla.org/mozilla-central/rev/c827c112df81
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=1102195 bug1102195part4.patch
|
||||
https://hg.mozilla.org/mozilla-central/rev/7df8d6639971
|
||||
|
Loading…
Reference in New Issue
Block a user