Index: third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl |
diff --git a/third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl b/third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl |
index d2b9a5706920a3dfdcb60e0a4668d913b2738c5a..d5cff13fd047bc30e53a214cd8f6b9a55925743e 100644 |
--- a/third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl |
+++ b/third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl |
@@ -42,12 +42,16 @@ class {{v8_class_or_partial}} { |
{% endfor %} |
{% if needs_runtime_enabled_installer %} |
- static void installRuntimeEnabledFeatures( |
- v8::Isolate* isolate, |
- const DOMWrapperWorld& world, |
+ static void InstallRuntimeEnabledFeatures( |
+ v8::Isolate*, |
+ const DOMWrapperWorld&, |
v8::Local<v8::Object> instance, |
v8::Local<v8::Object> prototype, |
v8::Local<v8::Function> interface); |
+ static void InstallRuntimeEnabledFeaturesOnTemplate( |
+ v8::Isolate*, |
+ const DOMWrapperWorld&, |
+ v8::Local<v8::FunctionTemplate> interface_template); |
{% endif %} |
// Callback functions |