| 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 3f22aa7caf70e303de3feb0a0eaf42f21616ddad..e8525547fdf4db52c9a21efbd6ffdff8c6980deb 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 attributes|origin_trial_enabled_attributes %}
|
| +{% if origin_trial_attributes %}
|
| class ScriptState;
|
| {% endif %}
|
| {% if named_constructor %}
|
|
|