| Index: third_party/WebKit/Source/bindings/templates/interface.h.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/interface.h.tmpl b/third_party/WebKit/Source/bindings/templates/interface.h.tmpl
|
| index a87f5d0a4ebe959063b9d44bc3209577a85db617..2682658103ca127767a95aa33b3eed5ea7452f7c 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/interface.h.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/interface.h.tmpl
|
| @@ -13,7 +13,7 @@ namespace blink {
|
| {% if has_event_constructor %}
|
| class Dictionary;
|
| {% endif %}
|
| -{% if origin_trial_attributes %}
|
| +{% if origin_trial_features %}
|
| class ScriptState;
|
| {% endif %}
|
| {% if named_constructor %}
|
|
|