Index: Source/bindings/templates/methods.cpp |
diff --git a/Source/bindings/templates/methods.cpp b/Source/bindings/templates/methods.cpp |
index 7d0419a09d957617910ca4b36babbed1170cf10b..e1dcd8458a9eecc952e93eeba7c2f7684943d2df 100644 |
--- a/Source/bindings/templates/methods.cpp |
+++ b/Source/bindings/templates/methods.cpp |
@@ -630,7 +630,7 @@ V8DOMConfiguration::installMethod({{method.function_template}}, {{method.signatu |
{######################################} |
{% macro install_conditionally_enabled_methods() %} |
-void {{v8_class_or_partial}}::installConditionallyEnabledMethods(v8::Handle<v8::Object> prototypeObject, v8::Isolate* isolate) |
+void {{v8_class_or_partial}}::installConditionallyEnabledMethods(v8::Local<v8::Object> prototypeObject, v8::Isolate* isolate) |
{ |
{% if is_partial %} |
{{v8_class}}::installConditionallyEnabledMethods(prototypeObject, isolate); |