Bug 149532

Summary: Drop XPATH_NAMESPACE_NODE from Node::NodeType enum
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, rniwa
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2015-09-24 10:33:04 PDT
Drop XPATH_NAMESPACE_NODE from Node::NodeType enum as there is currently no way to construct such Node in WebKit. This avoid having to handle this Node type everywhere.
Comment 1 Chris Dumez 2015-09-24 11:00:58 PDT
Created attachment 261876 [details]
Patch
Comment 2 Chris Dumez 2015-09-24 11:17:27 PDT
Comment on attachment 261876 [details]
Patch

Clearing flags on attachment: 261876

Committed r190210: <http://trac.webkit.org/changeset/190210>
Comment 3 Chris Dumez 2015-09-24 11:17:31 PDT
All reviewed patches have been landed.  Closing bug.