Bug 160303 - [Bindings] "length" value of overloaded operations may be wrong
Summary: [Bindings] "length" value of overloaded operations may be wrong
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL: https://heycam.github.io/webidl/#es-o...
Keywords: WebExposed
: 161102 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-07-28 10:53 PDT by Chris Dumez
Modified: 2016-08-23 14:45 PDT (History)
9 users (show)

See Also:


Attachments
Patch (9.26 KB, patch)
2016-07-28 11:12 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. ***