| Index: third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| index 123c69949a14061898adffa72452c447ca2a1689..8ff887796f48521c80c2a77c0fdf1c0781e049c6 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| @@ -121,7 +121,6 @@ class CORE_EXPORT ComputedStyleBase {
|
| return (
|
| {{fieldwise_compare(computed_style, computed_style.all_fields
|
| |selectattr("is_property")
|
| - |rejectattr("has_custom_compare_and_copy")
|
| |rejectattr("is_inherited")
|
| |list
|
| )|indent(8)}}
|
|
|