Making the code valgrind clean.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17814
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-11-16 George Staikos <staikos@kde.org>
+
+ Rubberstamped by Maciej.
+
+ Making the code valgrind clean.
+
+ * rendering/RenderTableCell.cpp: initialize variable m_widthChanged
+ (WebCore::RenderTableCell::RenderTableCell):
+ * rendering/RenderTableCell.h: remove unused variable nWrap
+
2006-11-16 David Harrison <harrison@apple.com>
Reviewed by Darin and Tim.
_topExtra = 0;
_bottomExtra = 0;
m_percentageHeight = 0;
+ m_widthChanged = false;
}
void RenderTableCell::destroy()
int rSpan;
int cSpan;
int _topExtra : 31;
- bool nWrap : 1;
int _bottomExtra : 31;
bool m_widthChanged : 1;
-
+
int m_percentageHeight;
};