[Webkit-unassigned] [Bug 47136] WebSocket tests are crashing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 4 17:43:36 PDT 2010


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





--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-10-04 17:43:36 PST ---
The superclass certainly uses multiple inheritance:

    class SocketStreamHandle : public RefCounted<SocketStreamHandle>, public SocketStreamHandleBase, public AuthenticationClient {

but the assembly comes from the ctor of SocketStreamHandleBase, which has virtual functions, but doesn't inherit from anything.

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