Bug 160303

Summary: [Bindings] "length" value of overloaded operations may be wrong
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: BindingsAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, cgarcia, commit-queue, darin, ggaren, joepeck, rniwa, sam, youennf
Priority: P2 Keywords: WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: https://heycam.github.io/webidl/#es-operations
Attachments:
Description Flags
Patch none

Description Chris Dumez 2016-07-28 10:53:55 PDT
"length" value of overloaded operations may be wrong because we fail to account for overloads when computing the length of a function:
- https://heycam.github.io/webidl/#es-operations
Comment 1 Chris Dumez 2016-07-28 11:12:22 PDT
Created attachment 284790 [details]
Patch
Comment 2 WebKit Commit Bot 2016-07-28 13:19:56 PDT
Comment on attachment 284790 [details]
Patch

Clearing flags on attachment: 284790

Committed r203831: <http://trac.webkit.org/changeset/203831>
Comment 3 WebKit Commit Bot 2016-07-28 13:20:01 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Chris Dumez 2016-08-23 14:45:10 PDT
*** Bug 161102 has been marked as a duplicate of this bug. ***