Bug 54239 - Move code to dispatch an incoming message out into a new function
Summary: Move code to dispatch an incoming message out into a new function
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-10 13:00 PST by Anders Carlsson
Modified: 2011-02-10 13:04 PST (History)
0 users

See Also:


Attachments
Patch (4.30 KB, patch)
2011-02-10 13:01 PST, Anders Carlsson
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>