Remove redundant call to Frame::cancelAndClear from ~Frame, since it's
already called frome ~FrameMac.
* page/Frame.cpp:
(WebCore::Frame::~Frame):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16932
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-10-09 Adam Roben <aroben@apple.com>
+
+ Reviewed by Adele.
+
+ Remove redundant call to Frame::cancelAndClear from ~Frame, since it's
+ already called frome ~FrameMac.
+
+ * page/Frame.cpp:
+ (WebCore::Frame::~Frame):
+
2006-10-09 Anders Carlsson <acarlsson@apple.com>
* bridge/win/FrameWin.h:
2006-10-09 Anders Carlsson <acarlsson@apple.com>
* bridge/win/FrameWin.h:
--FrameCounter::count;
#endif
--FrameCounter::count;
#endif
if (d->m_jscript && d->m_jscript->haveInterpreter())
if (Window* w = Window::retrieveWindow(this)) {
w->disconnectFrame();
if (d->m_jscript && d->m_jscript->haveInterpreter())
if (Window* w = Window::retrieveWindow(this)) {
w->disconnectFrame();