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

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

Issue 943013002: Implement Custom Elements (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: attributeChanged***d***Callback 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 aa32f392b27e921d47d6dec7f5ec222b24e98813..c9625718c0f6371c37491078ec436a0dbcd252e8 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 %}
- CustomElementProcessingStack::CallbackDeliveryScope deliveryScope;
+ NewCustomElementCallbackScope deliveryScope;
{% endif %}
{% if arguments_count > 0 or
method.has_exception_state or

Powered by Google App Engine
This is Rietveld 408576698