Bug 160070

Summary: Parameter to Node.isSameNode() / isEqualNode() should be mandatory
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, commit-queue, darin, dbates, esprehn+autocc, kangil.han, kondapallykalyan, rniwa, sam
Priority: P2 Keywords: WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: http://https://dom.spec.whatwg.org/#interface-node
Attachments:
Description Flags
Patch none

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.