~ubuntu-branches/ubuntu/karmic/webkit/karmic-proposed

« back to all changes in this revision

Viewing changes to WebCore/rendering/RenderTableSection.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-05-15 18:30:58 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090515183058-50q5exjo9b1kxy9s
Tags: 1.1.7-1
* New upstream release
* debian/libwebkit-1.0-2.symbols:
- updated with the new symbols in 1.1.7
* debian/libwebkit-dev.install, debian/libwebkit-dev.links,
  debian/rules:
- Build, and ship gtk-doc documentation (Closes: #526683)
* debian/copyright:
- updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    , m_gridRows(0)
48
48
    , m_cCol(0)
49
49
    , m_cRow(-1)
50
 
    , m_needsCellRecalc(false)
51
50
    , m_outerBorderLeft(0)
52
51
    , m_outerBorderRight(0)
53
52
    , m_outerBorderTop(0)
56
55
    , m_overflowWidth(0)
57
56
    , m_overflowTop(0)
58
57
    , m_overflowHeight(0)
 
58
    , m_needsCellRecalc(false)
59
59
    , m_hasOverflowingCell(false)
60
60
{
61
61
    // init RenderObject attributes