Index: third_party/WebKit/Source/build/scripts/make_computed_style_base.py |
diff --git a/third_party/WebKit/Source/build/scripts/make_computed_style_base.py b/third_party/WebKit/Source/build/scripts/make_computed_style_base.py |
index 3043c718bc06a6515deae23f522439ae6d0f9dd3..e2849de568032b787c69592f3b46b8e5e232ae6c 100755 |
--- a/third_party/WebKit/Source/build/scripts/make_computed_style_base.py |
+++ b/third_party/WebKit/Source/build/scripts/make_computed_style_base.py |
@@ -38,6 +38,8 @@ NONPROPERTIES = [ |
# Whether this style is affected by these pseudo-classes. |
{'name': 'AffectedByFocus', 'field_template': 'monotonic_flag', |
'inherited': False, 'independent': False, 'default_value': False}, |
+ {'name': 'AffectedByFocusWithin', 'field_template': 'monotonic_flag', |
+ 'inherited': False, 'independent': False, 'default_value': False}, |
{'name': 'AffectedByHover', 'field_template': 'monotonic_flag', |
'inherited': False, 'independent': False, 'default_value': False}, |
{'name': 'AffectedByActive', 'field_template': 'monotonic_flag', |