Bug 160070 - Parameter to Node.isSameNode() / isEqualNode() should be mandatory
Summary: Parameter to Node.isSameNode() / isEqualNode() should be mandatory
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL: http://https://dom.spec.whatwg.org/#i...
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2016-07-21 20:26 PDT by Chris Dumez
Modified: 2016-07-21 21:52 PDT (History)
10 users (show)

See Also:


Attachments
Patch (22.00 KB, patch)
2016-07-21 20:29 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-21 20:26:56 PDT
Parameter to Node.isSameNode() / isEqualNode() should be mandatory as per the specification:
- https://dom.spec.whatwg.org/#interface-node

Chrome and Firefox agree with the specification (although Firefox does not support isSameNode()).
Comment 1 Chris Dumez 2016-07-21 20:29:12 PDT
Created attachment 284302 [details]
Patch
Comment 2 WebKit Commit Bot 2016-07-21 21:52:27 PDT
Comment on attachment 284302 [details]
Patch

Clearing flags on attachment: 284302

Committed r203552: <http://trac.webkit.org/changeset/203552>
Comment 3 WebKit Commit Bot 2016-07-21 21:52:32 PDT
All reviewed patches have been landed.  Closing bug.