Bug 54011 - [GTK] Fix after r77874, m_isConnected is initialized before the socket is opened
Summary: [GTK] Fix after r77874, m_isConnected is initialized before the socket is opened
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:
Depends on:
Blocks: 52805
  Show dependency treegraph
 
Reported: 2011-02-08 09:08 PST by Alejandro G. Castro
Modified: 2011-02-08 23:27 PST (History)
1 user (show)

See Also:


Attachments
Proposed patch (2.45 KB, patch)
2011-02-08 09:14 PST, Alejandro G. Castro
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro G. Castro 2011-02-08 09:08:40 PST
After r77874 we have to define m_isConnected when openning the connection and not in the initialization of the object.
Comment 1 Alejandro G. Castro 2011-02-08 09:14:02 PST
Created attachment 81645 [details]
Proposed patch
Comment 2 Alejandro G. Castro 2011-02-08 23:27:15 PST
Landed http://trac.webkit.org/changeset/78022