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 536b32ef819000a1f87db6d235d995250a823719..6febb8197d75b049dc4d25fa852f59efa1fa805f 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTable.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTable.cpp |
@@ -76,7 +76,6 @@ LayoutTable::~LayoutTable() |
void LayoutTable::styleDidChange(StyleDifference diff, const ComputedStyle* oldStyle) |
{ |
LayoutBlock::styleDidChange(diff, oldStyle); |
- propagateStyleToAnonymousChildren(); |
bool oldFixedTableLayout = oldStyle ? oldStyle->isFixedTableLayout() : false; |