Index: Source/bindings/templates/interface.h |
diff --git a/Source/bindings/templates/interface.h b/Source/bindings/templates/interface.h |
index 90d7fecf1f487732ccfe2fcbd28d4daddd0f1073..d6e099084f72d1e27e64ae8c67351b62cda159f9 100644 |
--- a/Source/bindings/templates/interface.h |
+++ b/Source/bindings/templates/interface.h |
@@ -42,7 +42,7 @@ public: |
static void derefObject(void*); |
static WrapperTypeInfo info; |
{% for attribute in attributes %} |
- {% if attribute.is_custom_getter %}{# FIXME: and not attribute.implemented_by #} |
+ {% if attribute.has_custom_getter %}{# FIXME: and not attribute.implemented_by #} |
{% filter conditional(attribute.conditional_string) %} |
static void {{attribute.name}}AttributeGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>&); |
{% endfilter %} |