| Index: Source/bindings/templates/attributes.cpp
|
| diff --git a/Source/bindings/templates/attributes.cpp b/Source/bindings/templates/attributes.cpp
|
| index 90558b08cf11ca9b9b3cdea07bd6e6f046720410..d67baf373e55e640f00d211697f3de89c5b9df70 100644
|
| --- a/Source/bindings/templates/attributes.cpp
|
| +++ b/Source/bindings/templates/attributes.cpp
|
| @@ -45,7 +45,7 @@ const v8::PropertyCallbackInfo<v8::Value>& info
|
| ExecutionContext* scriptContext = currentExecutionContext(info.GetIsolate());
|
| {% endif %}
|
| {% if attribute.is_call_with_script_state %}
|
| - ScriptState* state = ScriptState::current(info.GetIsolate());
|
| + ScriptState* scriptState = ScriptState::current(info.GetIsolate());
|
| {% endif %}
|
| {% if attribute.is_check_security_for_node or
|
| attribute.is_getter_raises_exception %}
|
|
|