* SUMMARY Function parameter string parsing improperly handles empty parameter list * TEST <script> function Foo(){} Foo.prototype.foo = function (){var a=(new m["default"])} console.log(new Foo); // expand the Prototype to see Foo.prototype.foo </script> * ACTUAL foo(new m["default"]) * EXPECTED foo()
<rdar://problem/21112413>
Created attachment 253746 [details] [PATCH] Proposed Fix
Comment on attachment 253746 [details] [PATCH] Proposed Fix Clearing flags on attachment: 253746 Committed r184887: <http://trac.webkit.org/changeset/184887>
All reviewed patches have been landed. Closing bug.