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

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

Issue 867903002: Remove UseCounter (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/v8_interface.py ('k') | sky/engine/bindings/templates/attributes.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/scripts/v8_utilities.py
diff --git a/sky/engine/bindings/scripts/v8_utilities.py b/sky/engine/bindings/scripts/v8_utilities.py
index 61e144043f0cba1a4a49d1e3810cb3e7f39a7e52..37091e81c213abfb257d3af5c59481d50e3e1e7e 100644
--- a/sky/engine/bindings/scripts/v8_utilities.py
+++ b/sky/engine/bindings/scripts/v8_utilities.py
@@ -232,7 +232,6 @@ def deprecate_as(member):
extended_attributes = member.extended_attributes
if 'DeprecateAs' not in extended_attributes:
return None
- includes.add('core/frame/UseCounter.h')
return extended_attributes['DeprecateAs']
@@ -282,7 +281,6 @@ def measure_as(definition_or_member):
extended_attributes = definition_or_member.extended_attributes
if 'MeasureAs' not in extended_attributes:
return None
- includes.add('core/frame/UseCounter.h')
return extended_attributes['MeasureAs']
« no previous file with comments | « sky/engine/bindings/scripts/v8_interface.py ('k') | sky/engine/bindings/templates/attributes.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698