RESOLVED FIXED 128967
Move to using std::unique_ptr for VisitedLinkState, CheckedRadioButtons
https://bugs.webkit.org/show_bug.cgi?id=128967
Summary Move to using std::unique_ptr for VisitedLinkState, CheckedRadioButtons
Zan Dobersek
Reported 2014-02-18 04:21:11 PST
Move to using std::unique_ptr for VisitedLinkState
Attachments
Patch (7.37 KB, patch)
2014-02-19 13:48 PST, Zan Dobersek
no flags
Patch (7.38 KB, patch)
2014-02-19 14:02 PST, Zan Dobersek
kling: review+
Zan Dobersek
Comment 1 2014-02-19 13:48:20 PST
Zan Dobersek
Comment 2 2014-02-19 14:02:49 PST
Andreas Kling
Comment 3 2014-02-19 16:10:09 PST
Comment on attachment 224673 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=224673&action=review r=me > Source/WebCore/dom/CheckedRadioButtons.cpp:189 > + std::unique_ptr<RadioButtonGroup>& group = m_nameToGroupMap->add(element->name().impl(), nullptr).iterator->value; I'd use "auto&" here.
Zan Dobersek
Comment 4 2014-02-20 04:24:43 PST
Note You need to log in before you can comment on or make changes to this bug.