| Index: third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.cpp b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| index 8a85ea690eb58cbd94766208756f981ba2ea75b8..1b3245c08fd43783aae9024645af5bc2151b78e2 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| @@ -55,7 +55,6 @@ LayoutTable::LayoutTable(Element* element)
|
| , m_head(nullptr)
|
| , m_foot(nullptr)
|
| , m_firstBody(nullptr)
|
| - , m_currentBorder(nullptr)
|
| , m_collapsedBordersValid(false)
|
| , m_hasColElements(false)
|
| , m_needsSectionRecalc(false)
|
|
|