Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: third_party/WebKit/Source/bindings/templates/interface.h.tmpl

Issue 2880713002: Support combination of [OriginTrialEnabled] and [SecureContext] (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 %}

Powered by Google App Engine
This is Rietveld 408576698