Bug 54239

Summary: Move code to dispatch an incoming message out into a new function
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch aroben: review+

Description Anders Carlsson 2011-02-10 13:00:18 PST
Move code to dispatch an incoming message out into a new function
Comment 1 Anders Carlsson 2011-02-10 13:01:47 PST
Created attachment 82032 [details]
Patch
Comment 2 Adam Roben (:aroben) 2011-02-10 13:03:54 PST
Comment on attachment 82032 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=82032&action=review

> Source/WebKit2/Platform/CoreIPC/Connection.cpp:461
>      // Dispatch messages.

You can probably get rid of this comment now.
Comment 3 Anders Carlsson 2011-02-10 13:04:39 PST
Committed r78260: <http://trac.webkit.org/changeset/78260>