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

Unified Diff: sky/engine/bindings/scripts/v8_interface.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/core/v8/custom/V8ElementCustom.cpp ('k') | sky/engine/bindings/scripts/v8_utilities.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/scripts/v8_interface.py
diff --git a/sky/engine/bindings/scripts/v8_interface.py b/sky/engine/bindings/scripts/v8_interface.py
index 3638ac4fa6d78ac8c4afb0e314a836120b2c6112..60c2ad621ab4625c283af1ae2eb0fd6aa872c98f 100644
--- a/sky/engine/bindings/scripts/v8_interface.py
+++ b/sky/engine/bindings/scripts/v8_interface.py
@@ -111,8 +111,6 @@ def interface_context(interface):
# [MeasureAs]
is_measure_as = 'MeasureAs' in extended_attributes
- if is_measure_as:
- includes.add('core/frame/UseCounter.h')
# [SetWrapperReferenceFrom]
reachable_node_function = extended_attributes.get('SetWrapperReferenceFrom')
« no previous file with comments | « sky/engine/bindings/core/v8/custom/V8ElementCustom.cpp ('k') | sky/engine/bindings/scripts/v8_utilities.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698