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

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

Issue 946083003: Rename Sky's custom2 to custom (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
Index: sky/engine/bindings/scripts/v8_attributes.py
diff --git a/sky/engine/bindings/scripts/v8_attributes.py b/sky/engine/bindings/scripts/v8_attributes.py
index efb61560af5d82036d553af619cbfc32988f1445..60d72e2305a49584ef140ac15ab506d2cdd68a63 100644
--- a/sky/engine/bindings/scripts/v8_attributes.py
+++ b/sky/engine/bindings/scripts/v8_attributes.py
@@ -54,7 +54,7 @@ def attribute_context(interface, attribute):
is_custom_element_callbacks = 'CustomElementCallbacks' in extended_attributes
is_reflect = 'Reflect' in extended_attributes
if is_custom_element_callbacks or is_reflect:
- includes.add('sky/engine/core/dom/custom2/new_custom_element_callback_scope.h')
+ includes.add('sky/engine/core/dom/custom/custom_element_callback_scope.h')
# [TypeChecking]
has_type_checking_unrestricted = (
(has_extended_attribute_value(interface, 'TypeChecking', 'Unrestricted') or
« no previous file with comments | « sky/engine/bindings/scripts/templates/methods_cpp.template ('k') | sky/engine/bindings/scripts/v8_methods.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698