| Index: third_party/WebKit/Source/bindings/templates/interface.h
|
| diff --git a/third_party/WebKit/Source/bindings/templates/interface.h b/third_party/WebKit/Source/bindings/templates/interface.h
|
| index 36a48b77af2aef6585b9dec94cae274ea3f9094f..e51438f1c5afbc57511f3c64456123b1c556e10e 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/interface.h
|
| +++ b/third_party/WebKit/Source/bindings/templates/interface.h
|
| @@ -165,6 +165,9 @@ public:
|
| {{exported}}static void register{{method.name | blink_capitalize}}MethodForPartialInterface(void (*)(const v8::FunctionCallbackInfo<v8::Value>&));
|
| {% endfor %}
|
| {% endif %}
|
| + {% for group in attributes|origin_trial_enabled_attributes|groupby('origin_trial_feature_name') %}{{newline}}
|
| + static void install{{group.grouper}}(v8::Isolate*, const DOMWrapperWorld&, v8::Local<v8::Object> instance, v8::Local<v8::Function> interface);
|
| + {% endfor %}
|
| {% if has_partial_interface %}
|
|
|
| private:
|
|
|