Bug 122769 - CTTE: NamedNodeMap always has a corresponding Element.
Summary: CTTE: NamedNodeMap always has a corresponding Element.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-14 12:03 PDT by Andreas Kling
Modified: 2019-02-06 09:03 PST (History)
2 users (show)

See Also:


Attachments
Patch (5.38 KB, patch)
2013-10-14 12:03 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-10-14 12:03:32 PDT
CTTE: NamedNodeMap always has a corresponding Element.
Comment 1 Andreas Kling 2013-10-14 12:03:59 PDT
Created attachment 214177 [details]
Patch
Comment 2 WebKit Commit Bot 2013-10-14 13:10:21 PDT
Comment on attachment 214177 [details]
Patch

Clearing flags on attachment: 214177

Committed r157416: <http://trac.webkit.org/changeset/157416>
Comment 3 WebKit Commit Bot 2013-10-14 13:10:23 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Darin Adler 2013-10-14 15:49:30 PDT
Comment on attachment 214177 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=214177&action=review

> Source/WebCore/dom/NamedNodeMap.h:66
> +    // FIXME: It's lame that the bindings generator chokes if we return Element& here.

I think we can fix this by overloading getPtr.
Comment 5 Lucas Forschler 2019-02-06 09:03:33 PST
Mass moving XML DOM bugs to the "DOM" Component.