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 f5e215992af5a55e05880871cb1b344467d56daf..20ae7c4ab77bea4a0fbcea620b6cbba646da47cb 100644 |
--- a/third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl |
+++ b/third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl |
@@ -34,6 +34,7 @@ public: |
{% endif %} |
{% for origin_trial_feature in origin_trial_features %}{{newline}} |
static void install{{origin_trial_feature.name}}(ScriptState*, v8::Local<v8::Object> instance); |
+ static void install{{origin_trial_feature.name}}(v8::Isolate*, const DOMWrapperWorld&, v8::Local<v8::Object> instance, v8::Local<v8::Object> prototype, v8::Local<v8::Function> interface); |
{% if not origin_trial_feature.needs_instance %} |
static void install{{origin_trial_feature.name}}(ScriptState*); |
{% endif %} |