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

Unified Diff: sky/engine/bindings/scripts/templates/methods_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
Index: sky/engine/bindings/scripts/templates/methods_cpp.template
diff --git a/sky/engine/bindings/scripts/templates/methods_cpp.template b/sky/engine/bindings/scripts/templates/methods_cpp.template
index c9625718c0f6371c37491078ec436a0dbcd252e8..06eb5fe9a07036bc3a550e6c7686987f571784cf 100644
--- a/sky/engine/bindings/scripts/templates/methods_cpp.template
+++ b/sky/engine/bindings/scripts/templates/methods_cpp.template
@@ -81,7 +81,7 @@ static void {{static_method_name(method.name, overload_index)}}(Dart_NativeArgum
{{cpp_class}}* /* FIXME(vsm): Remove this. */ ALLOW_UNUSED receiver = GetReceiver<{{cpp_class}}>(args);
{% endif %}
{% if method.is_custom_element_callbacks %}
- NewCustomElementCallbackScope deliveryScope;
+ CustomElementCallbackScope deliveryScope;
{% endif %}
{% if arguments_count > 0 or
method.has_exception_state or
« no previous file with comments | « sky/engine/bindings/scripts/templates/attributes_cpp.template ('k') | sky/engine/bindings/scripts/v8_attributes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698