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

Unified Diff: sky/engine/bindings/scripts/templates/attributes_cpp.template

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
« no previous file with comments | « no previous file | sky/engine/bindings/scripts/templates/methods_cpp.template » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/scripts/templates/attributes_cpp.template
diff --git a/sky/engine/bindings/scripts/templates/attributes_cpp.template b/sky/engine/bindings/scripts/templates/attributes_cpp.template
index 6df30964262bb21d68c867264f3a1527609269d3..febec81c7377d66c2be487657480e78cd4134b73 100644
--- a/sky/engine/bindings/scripts/templates/attributes_cpp.template
+++ b/sky/engine/bindings/scripts/templates/attributes_cpp.template
@@ -83,7 +83,7 @@ static void {{static_attribute_name(attribute, 'Setter')}}(Dart_NativeArguments
{
{{cpp_class}}* receiver = GetReceiver<{{cpp_class}}>(args);
{% if attribute.is_custom_element_callbacks %}
- NewCustomElementCallbackScope deliveryScope;
+ CustomElementCallbackScope deliveryScope;
{% endif %}
{% set attribute_name = attribute.name if not attribute.put_forwards else 'value' %}
« no previous file with comments | « no previous file | sky/engine/bindings/scripts/templates/methods_cpp.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698