RESOLVED FIXED 143730
Make creating send rights from shared memory more robust
https://bugs.webkit.org/show_bug.cgi?id=143730
Summary Make creating send rights from shared memory more robust
Anders Carlsson
Reported 2015-04-14 15:07:42 PDT
Make creating send rights from shared memory more robust
Attachments
Patch (8.59 KB, patch)
2015-04-14 15:12 PDT, Anders Carlsson
darin: review+
Anders Carlsson
Comment 1 2015-04-14 15:12:24 PDT
Darin Adler
Comment 2 2015-04-14 16:42:23 PDT
Comment on attachment 250743 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=250743&action=review > Source/WebKit2/Platform/SharedMemory.h:104 > + WebCore::MachSendRight createSendRight(Protection) const; Platforms are getting this: error: 'MachSendRight' in namespace 'WebCore' does not name a type I think that means you need to wrap the declaration here in #if OS(DARWIN) like the forward declaration above is.
Anders Carlsson
Comment 3 2015-04-15 10:33:25 PDT
Note You need to log in before you can comment on or make changes to this bug.