[Webkit-unassigned] [Bug 38180] Remove unneeded custom code for WebSocket.send

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 27 15:24:32 PDT 2010


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





--- Comment #10 from Eric Seidel <eric at webkit.org>  2010-04-27 15:24:31 PST ---
Any time we convert a method from custom to autogen a few "bugs" get fixed
automatically.

One of them is that

otherObject.function = Class.proto.function
otherObject.function()

starts to throw an error because the autogen bindings check to make sure "this"
is of the right type, and so far I've not seen a single custom binding do so.

If we're going to bother to test such a thing, the test should simply walk the
whole tree and test all classes at once.

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