[Webkit-unassigned] [Bug 85590] Web Inspector: reconnect websocket

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 26 02:29:35 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85590





--- Comment #4 from alFReD NSH <FaridN_SOAD at yahoo.com>  2012-08-26 02:29:37 PST ---
This is what I mean:

Change the function call to this:
createWebSocket(function () { WebInspector.doLoadedDone(); });

and then in createWebSocket ->

function createWebSocket(onopen) {
...
  WebInspector.socket.onopen = function() {
    InspectorFrontendHost.sendMessageToBackend = ...
    opopen.call(this);
  }
}

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list