Bug 117225

Summary: Remove [NoInterfaceObject] from TreeWalker
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: BindingsAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, arv, commit-queue, esprehn+autocc, ggaren, gyuyoung.kim, haraken, laszlo.gombos, rakuco, rniwa
Priority: P2 Keywords: WebExposed
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://www.w3.org/TR/DOM-Level-2-Traversal-Range/traversal.html#Traversal-TreeWalker
Bug Depends on:    
Bug Blocks: 115853    
Attachments:
Description Flags
Patch
none
Patch none

Description Chris Dumez 2013-06-04 23:02:58 PDT
The TreeWalker interface should not have [NoInterfaceObject] according to its specification:
http://www.w3.org/TR/DOM-Level-2-Traversal-Range/traversal.html#Traversal-TreeWalker
Comment 1 Chris Dumez 2013-06-04 23:04:31 PDT
Firefox follows the specification.
Comment 2 Chris Dumez 2013-06-04 23:14:46 PDT
Created attachment 203751 [details]
Patch
Comment 3 Chris Dumez 2013-06-04 23:22:12 PDT
Created attachment 203753 [details]
Patch

Rebaseline fast/dom/dom-constructors.html as well.
Comment 4 WebKit Commit Bot 2013-06-05 01:02:27 PDT
Comment on attachment 203753 [details]
Patch

Clearing flags on attachment: 203753

Committed r151200: <http://trac.webkit.org/changeset/151200>
Comment 5 WebKit Commit Bot 2013-06-05 01:02:31 PDT
All reviewed patches have been landed.  Closing bug.