Bug 137040 - Have NamedNodeMap::element() and DOMStringMap::element() return a reference
Summary: Have NamedNodeMap::element() and DOMStringMap::element() return a reference
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-23 13:05 PDT by Chris Dumez
Modified: 2014-09-23 14:17 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.13 KB, patch)
2014-09-23 13:07 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 2014-09-23 13:05:11 PDT
Have NamedNodeMap::element() and DOMStringMap::element() return a reference instead of a pointer as they can never return null.
Comment 1 Chris Dumez 2014-09-23 13:07:14 PDT
Created attachment 238562 [details]
Patch
Comment 2 WebKit Commit Bot 2014-09-23 14:17:34 PDT
Comment on attachment 238562 [details]
Patch

Clearing flags on attachment: 238562

Committed r173890: <http://trac.webkit.org/changeset/173890>
Comment 3 WebKit Commit Bot 2014-09-23 14:17:39 PDT
All reviewed patches have been landed.  Closing bug.