| Index: Source/WebCore/rendering/RenderTableSection.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderTableSection.h (revision 94543)
|
| +++ Source/WebCore/rendering/RenderTableSection.h (working copy)
|
| @@ -118,6 +118,9 @@
|
|
|
| int getBaseline(int row) { return m_grid[row].baseline; }
|
|
|
| +protected:
|
| + virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle);
|
| +
|
| private:
|
| virtual RenderObjectChildList* virtualChildren() { return children(); }
|
| virtual const RenderObjectChildList* virtualChildren() const { return children(); }
|
|
|