Bug 143730

Summary: Make creating send rights from shared memory more robust
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

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.