Changeset 20586 for S60/trunk/WebCore
- Timestamp:
- 03/29/07 13:18:28 (22 months ago)
- Location:
- S60/trunk/WebCore
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
khtml/rendering/render_table.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
S60/trunk/WebCore/ChangeLog
r20538 r20586 1 bujtas <zbujtas@gmail.com> 2 3 Reviewed by Yongjun. 4 DESC: RVCT complier is not handling bitfields properly 5 http://bugs.webkit.org/show_bug.cgi?id=13217 6 7 8 * khtml/rendering/render_table.h: 9 1 10 yadavall, reviewed by <zbujtas@gmail.com> 2 11 DESC: Rich File Upload implementation -
S60/trunk/WebCore/khtml/rendering/render_table.h
r19586 r20586 193 193 194 194 CollapsedBorderValue* m_currentBorder; 195 short hspacing; 196 short vspacing; 195 197 196 198 Frame frame : 4; … … 201 203 uint needSectionRecalc : 1; 202 204 203 short hspacing;204 short vspacing;205 205 }; 206 206 … … 407 407 int rSpan; 408 408 int cSpan; 409 int _topExtra : 31;410 bool nWrap : 1;411 int _bottomExtra : 31;412 bool m_widthChanged : 1;413 414 409 int m_percentageHeight; 410 int _topExtra; 411 int _bottomExtra; 412 bool nWrap; 413 bool m_widthChanged; 414 415 415 }; 416 416