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

Unified Diff: sky/engine/bindings/scripts/compute_interfaces_info_overall.py

Issue 683593002: Remove GarbageCollected support from the bindings (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/bindings/scripts/code_generator_v8.py ('k') | sky/engine/bindings/scripts/v8_interface.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/scripts/compute_interfaces_info_overall.py
diff --git a/sky/engine/bindings/scripts/compute_interfaces_info_overall.py b/sky/engine/bindings/scripts/compute_interfaces_info_overall.py
index 51cee60dc8c4df7ee2847b916a0ba949480b451d..0482dddeb3e4560fa93d931f68e683ab3732cbed 100755
--- a/sky/engine/bindings/scripts/compute_interfaces_info_overall.py
+++ b/sky/engine/bindings/scripts/compute_interfaces_info_overall.py
@@ -86,9 +86,7 @@ from utilities import read_pickle_files, write_pickle_file
INHERITED_EXTENDED_ATTRIBUTES = set([
'ActiveDOMObject',
'DependentLifetime',
- 'GarbageCollected',
'NotScriptWrappable',
- 'WillBeGarbageCollected',
])
# Main variable (filled in and exported)
« no previous file with comments | « sky/engine/bindings/scripts/code_generator_v8.py ('k') | sky/engine/bindings/scripts/v8_interface.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698