[Webkit-unassigned] [Bug 125732] New: Set.prototype.add and clear have incorrect function length
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 13 21:44:45 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125732
Summary: Set.prototype.add and clear have incorrect function
length
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: joepeck at webkit.org
CC: oliver at apple.com
Caught while reading through SetPrototype.cpp. Looks like a few of the prototype functions have an unexpected function length. `add` should be 1 since it takes a param, `clear` should be 0 since it doesn't take a param.
--
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