Index: Source/bindings/templates/interface.h |
diff --git a/Source/bindings/templates/interface.h b/Source/bindings/templates/interface.h |
index 55bdb5a59d66a21c4bd29710774a01f63ba40e0d..47fdea0f4d48785ba5c34b48028cbd2b4d637d59 100644 |
--- a/Source/bindings/templates/interface.h |
+++ b/Source/bindings/templates/interface.h |
@@ -153,7 +153,7 @@ public: |
static void installPerContextEnabledProperties(v8::Handle<v8::Object>, {{cpp_class}}*, v8::Isolate*){% if has_per_context_enabled_attributes %}; |
{% else %} { } |
{% endif %} |
- static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*){% if has_per_context_enabled_methods %}; |
+ static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*){% if per_context_enabled_methods %}; |
{% else %} { } |
{% endif %} |
{# Element wrappers #} |