Bug 117225 - Remove [NoInterfaceObject] from TreeWalker
Summary: Remove [NoInterfaceObject] from TreeWalker
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL: http://www.w3.org/TR/DOM-Level-2-Trav...
Keywords: WebExposed
Depends on:
Blocks: 115853
  Show dependency treegraph
 
Reported: 2013-06-04 23:02 PDT by Chris Dumez
Modified: 2013-06-05 01:02 PDT (History)
10 users (show)

See Also:


Attachments
Patch (9.13 KB, patch)
2013-06-04 23:14 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (9.93 KB, patch)
2013-06-04 23:22 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 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.