RESOLVED FIXED Bug 54011
[GTK] Fix after r77874, m_isConnected is initialized before the socket is opened
https://bugs.webkit.org/show_bug.cgi?id=54011
Summary [GTK] Fix after r77874, m_isConnected is initialized before the socket is opened
Alejandro G. Castro
Reported 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.
Attachments
Proposed patch (2.45 KB, patch)
2011-02-08 09:14 PST, Alejandro G. Castro
mrobinson: review+
Alejandro G. Castro
Comment 1 2011-02-08 09:14:02 PST
Created attachment 81645 [details] Proposed patch
Alejandro G. Castro
Comment 2 2011-02-08 23:27:15 PST
Note You need to log in before you can comment on or make changes to this bug.