| Index: third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl b/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| index 48e4172871d40384e95f72c3b0f69462d5d9e525..b235049b6175ad9973c0f144210d0197a75163f8 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| @@ -20,7 +20,7 @@ const v8::FunctionCallbackInfo<v8::Value>& info
|
| return; // Return silently because of [LenientThis].
|
| {% endif %}
|
|
|
| - {% if not attribute.is_static %}
|
| + {% if not attribute.is_static or attribute.is_save_same_object %}
|
| v8::Local<v8::Object> holder = info.Holder();
|
| {% endif %}
|
|
|
|
|