| Index: Source/core/html/HTMLTableElement.h
|
| diff --git a/Source/core/html/HTMLTableElement.h b/Source/core/html/HTMLTableElement.h
|
| index 7b5dd4920a16a147fbd1f2eb51b4849466fa0c2f..680aa28df99b7bfec9528e24b208f08fc3227e61 100644
|
| --- a/Source/core/html/HTMLTableElement.h
|
| +++ b/Source/core/html/HTMLTableElement.h
|
| @@ -88,6 +88,8 @@ private:
|
|
|
| HTMLTableSectionElement* lastBody() const;
|
|
|
| + void setCellsNeedStyleRecalc() const;
|
| +
|
| bool m_borderAttr; // Sets a precise border width and creates an outset border for the table and for its cells.
|
| bool m_borderColorAttr; // Overrides the outset border and makes it solid for the table and cells instead.
|
| bool m_frameAttr; // Implies a thin border width if no border is set and then a certain set of solid/hidden borders based off the value.
|
|
|