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..80a1c6ad554d163f2060f0a08a621cbb38742905 100644 |
--- a/third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl |
+++ b/third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl |
@@ -42,9 +42,9 @@ 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); |