Bug 108140

Summary: Move Mach port handling from WorkQueue to Connection
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 108321    
Bug Blocks:    
Attachments:
Description Flags
Patch sam: review+

Description Anders Carlsson 2013-01-28 17:56:42 PST
Move Mach port handling from WorkQueue to Connection
Comment 1 Anders Carlsson 2013-01-28 17:59:43 PST
Created attachment 185120 [details]
Patch
Comment 2 WebKit Review Bot 2013-01-28 18:02:53 PST
Attachment 185120 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/Platform/CoreIPC/Connection.h', u'Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp', u'Source/WebKit2/Platform/WorkQueue.h', u'Source/WebKit2/Platform/mac/WorkQueueMac.cpp']" exit_code: 1
Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp:111:  Missing space before {  [whitespace/braces] [5]
Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp:277:  Missing space before {  [whitespace/braces] [5]
Total errors found: 2 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2013-01-28 19:48:41 PST
Committed r141037: <http://trac.webkit.org/changeset/141037>