| 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 28006cabf0a4aea5176a84566b9fe40aa7936b2f..9afab7e48e9caa04bf8f8db82bd004249de6e6c6 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| @@ -130,6 +130,7 @@ class CORE_EXPORT ComputedStyleBase {
|
|
|
| {% for name, groups_to_diff in diff_functions_map.items() %}
|
| bool {{name}}(const ComputedStyleFinal& other) const {
|
| + const ComputedStyleFinal& self = static_cast<const ComputedStyleFinal&>(*this);
|
| {{fieldwise_diff(groups_to_diff)|indent(4)}}
|
| return false;
|
| }
|
|
|