WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Mikhail Pozdnyakov
Comment 1
2013-03-25 02:52:39 PDT
Created
attachment 194813
[details]
patch
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.
Top of Page
Format For Printing
XML
Clone This Bug