| Index: Source/core/html/HTMLTableElement.h
|
| diff --git a/Source/core/html/HTMLTableElement.h b/Source/core/html/HTMLTableElement.h
|
| index 7b5dd4920a16a147fbd1f2eb51b4849466fa0c2f..6e2a563a8e229f3a0d288fcefb8ae1df262b3fd8 100644
|
| --- a/Source/core/html/HTMLTableElement.h
|
| +++ b/Source/core/html/HTMLTableElement.h
|
| @@ -88,6 +88,8 @@ private:
|
|
|
| HTMLTableSectionElement* lastBody() const;
|
|
|
| + void setNeedsTableStyleRecalc() 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.
|
|
|