Index: Source/bindings/templates/partial_interface.h |
diff --git a/Source/bindings/templates/partial_interface.h b/Source/bindings/templates/partial_interface.h |
index b5b71b1fa789061b963df9bf157acc8303701f9d..885ef46adea9ec6654069fb6d8d500b6a3183353 100644 |
--- a/Source/bindings/templates/partial_interface.h |
+++ b/Source/bindings/templates/partial_interface.h |
@@ -34,7 +34,7 @@ public: |
{% endif %} |
{% endfor %} |
{# Custom internal fields #} |
- static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*); |
+ static void installConditionallyEnabledMethods(v8::Local<v8::Object>, v8::Isolate*); |
private: |
static void install{{v8_class}}Template(v8::Handle<v8::FunctionTemplate>, v8::Isolate*); |
}; |