Index: third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
index 57a6689f7b3b1b5c61f96e982493218bdd35458e..31d3040d7c9bb1c30f0ffb80e56d559a2511c1b9 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
@@ -391,8 +391,6 @@ enum ECaptionSide { |
enum EListStylePosition { ListStylePositionOutside, ListStylePositionInside }; |
-// TODO(sashab): Add a static_assert when this is used in bitfields to ensure it |
-// uses unsigned as the underlying type. |
enum class EVisibility : unsigned { Visible, Hidden, Collapse }; |
enum ECursor { |