RESOLVED FIXED Bug 113181
Remove unused code from Frame class destructor
https://bugs.webkit.org/show_bug.cgi?id=113181
Summary Remove unused code from Frame class destructor
Mikhail Pozdnyakov
Reported 2013-03-25 02:43:08 PDT
The following code snipped inside Frame::~Frame() if (m_view) { m_view->hide(); m_view->clearFrame(); } does not make sense as m_view had been already set to '0' within the same function
Attachments
patch (1.48 KB, patch)
2013-03-25 02:52 PDT, Mikhail Pozdnyakov
no flags
Mikhail Pozdnyakov
Comment 1 2013-03-25 02:52:39 PDT
WebKit Review Bot
Comment 2 2013-03-25 13:55:43 PDT
Comment on attachment 194813 [details] patch Clearing flags on attachment: 194813 Committed r146815: <http://trac.webkit.org/changeset/146815>
WebKit Review Bot
Comment 3 2013-03-25 13:55:46 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.