Chromium Code Reviews| 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 8d6ee0e8207798b52a96b39a89ca1de2cc2a97b4..3435536c2cae067b345252d30fbd0ab9da00c799 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 |
| @@ -27,6 +27,8 @@ NONPROPERTY_FIELDS = set([ |
| 'hasVariableReferenceFromNonInheritedProperty', |
| # Explicitly inherits a non-inherited property |
| 'hasExplicitlyInheritedProperties', |
| + # Is this element a link? |
|
meade_UTC10
2017/03/14 06:59:09
I wonder if comments like this are actually helpfu
shend
2017/03/14 07:21:40
lol true
|
| + 'isLink', |
| ]) |