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

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

Issue 2568403002: [Bindings][Refactoring] Remove attribute filters from .tmpl files (Closed)
Patch Set: Created 4 years 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 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 %}

Powered by Google App Engine
This is Rietveld 408576698