Bug 27687 - [Gtk] Refactor ResourceHandleSoup - make start* functions static
Summary: [Gtk] Refactor ResourceHandleSoup - make start* functions static
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2009-07-25 21:11 PDT by Jan Alonzo
Modified: 2009-07-28 04:03 PDT (History)
0 users

See Also:


Attachments
patch (7.56 KB, patch)
2009-07-25 21:19 PDT, Jan Alonzo
xan.lopez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Alonzo 2009-07-25 21:11:24 PDT
The functions startHttp, startGio, and startData isn't used outside ResourceHandleSoup. I'd like to propose to refactor these functions and make them static to ResourceHandleSoup.
Comment 1 Jan Alonzo 2009-07-25 21:19:33 PDT
Created attachment 33502 [details]
patch
Comment 2 Xan Lopez 2009-07-27 12:19:08 PDT
Comment on attachment 33502 [details]
patch

Makes sense to me.
Comment 3 Jan Alonzo 2009-07-28 04:03:26 PDT
(In reply to comment #2)
> (From update of attachment 33502 [details])
> Makes sense to me.

Landed in r46468. Thanks.