Bug 160217 - Range.prototype.compareBoundaryPoints.length should be 2
Summary: Range.prototype.compareBoundaryPoints.length should be 2
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:
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2016-07-26 15:05 PDT by Chris Dumez
Modified: 2016-07-26 15:44 PDT (History)
9 users (show)

See Also:


Attachments
Patch (3.60 KB, patch)
2016-07-26 15:25 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-26 15:05:44 PDT
Range.prototype.compareBoundaryPoints.length:
- https://dom.spec.whatwg.org/#interface-range

We have a bug in order IDL which causes length to be 0 even though both parameters are mandatory.
Comment 1 Chris Dumez 2016-07-26 15:25:23 PDT
Created attachment 284646 [details]
Patch
Comment 2 WebKit Commit Bot 2016-07-26 15:44:02 PDT
Comment on attachment 284646 [details]
Patch

Clearing flags on attachment: 284646

Committed r203745: <http://trac.webkit.org/changeset/203745>
Comment 3 WebKit Commit Bot 2016-07-26 15:44:08 PDT
All reviewed patches have been landed.  Closing bug.