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

Unified Diff: bindings/scripts/generate_global_constructors.py

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « bindings/scripts/generate_event_interfaces.py ('k') | bindings/scripts/generate_idl_diff.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/scripts/generate_global_constructors.py
diff --git a/bindings/scripts/generate_global_constructors.py b/bindings/scripts/generate_global_constructors.py
index 5ad7ff664b51706f180f076f4b88c0789551df4b..6965f9afd3723f48ca7cdf70b691ab6ff1c80e52 100755
--- a/bindings/scripts/generate_global_constructors.py
+++ b/bindings/scripts/generate_global_constructors.py
@@ -105,7 +105,7 @@ def record_global_constructors(idl_filename):
def generate_global_constructors_list(interface_name, extended_attributes):
extended_attributes_list = [
name + '=' + extended_attributes[name]
- for name in 'Conditional', 'RuntimeEnabled'
+ for name in 'RuntimeEnabled', 'OriginTrialEnabled'
if name in extended_attributes]
if extended_attributes_list:
extended_string = '[%s] ' % ', '.join(extended_attributes_list)
« no previous file with comments | « bindings/scripts/generate_event_interfaces.py ('k') | bindings/scripts/generate_idl_diff.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698