Index: third_party/WebKit/Source/core/layout/LayoutTableCell.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp |
index 94c76ba8a4e36fcc60ee08915c909c07a4eebc60..a4f3dbd863832d7ee1e8ffd52befe8def6022978 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp |
@@ -46,7 +46,7 @@ struct SameSizeAsLayoutTableCell : public LayoutBlockFlow { |
}; |
static_assert(sizeof(LayoutTableCell) == sizeof(SameSizeAsLayoutTableCell), "LayoutTableCell should stay small"); |
-static_assert(sizeof(CollapsedBorderValue) == 8, "CollapsedBorderValue should stay small"); |
+static_assert(sizeof(CollapsedBorderValue) - sizeof(Color) <= 8, "CollapsedBorderValue should stay small"); |
LayoutTableCell::LayoutTableCell(Element* element) |
: LayoutBlockFlow(element) |