[Webkit-unassigned] [Bug 68079] Set but unused variables cleanup in v8 bindings (gcc 4.6)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 15 11:15:08 PDT 2011


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





--- Comment #5 from Adam Barth <abarth at webkit.org>  2011-09-15 11:15:08 PST ---
(From update of attachment 107336)
You've definitely found parts of the code that have problems, but I don't think you've resolved them in quite the right way.  For example, result = webSocket->send(toWebCoreString(message), ec) shouldn't call toString again.  It should use the value stored in stringMessage.

-- 
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