Index: Source/bindings/templates/attributes.cpp |
diff --git a/Source/bindings/templates/attributes.cpp b/Source/bindings/templates/attributes.cpp |
index e7393c1a409ff84431f950c7336801b24634aa35..e715340a77e8e8a3826a432bfe22e2026154c7dc 100644 |
--- a/Source/bindings/templates/attributes.cpp |
+++ b/Source/bindings/templates/attributes.cpp |
@@ -62,7 +62,6 @@ const v8::PropertyCallbackInfo<v8::Value>& info |
return; |
{% endif %} |
{% if attribute.is_check_security_for_node %} |
- {# FIXME: use a local variable to not call getter twice #} |
if (!BindingSecurity::shouldAllowAccessToNode(info.GetIsolate(), {{attribute.cpp_value}}, exceptionState)) { |
v8SetReturnValueNull(info); |
exceptionState.throwIfNeeded(); |