| 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 f8366ecdfc5a583b4b31b004816daca03195abb8..b48fc4ee729d097c7884d72a55b4cfbd9869846f 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
|
| @@ -84,12 +84,6 @@ class CORE_EXPORT ComputedStyleBase {
|
|
|
| ~ComputedStyleBase() = default;
|
|
|
| - ALWAYS_INLINE ComputedStyleBase(const ComputedStyleBase& o) :
|
| - {% for field in fields %}
|
| - {{field.name}}(o.{{field.name}}){{print_if(not loop.last, ',')}}
|
| - {% endfor %}
|
| - {}
|
| -
|
| // Storage.
|
| {% for field in fields %}
|
| unsigned {{field.name}} : {{field.size}}; // {{field.type_name}}
|
|
|