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

Unified Diff: Source/bindings/templates/methods.cpp

Issue 503043003: Rename CustomElementCallbackDispatcher (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Full patch Created 6 years, 4 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: Source/bindings/templates/methods.cpp
diff --git a/Source/bindings/templates/methods.cpp b/Source/bindings/templates/methods.cpp
index c3bdfe1d2d0eda177c7c8f23e29c22533e9f388b..974bb248e97586c56b5bf86597846081ee25bcde 100644
--- a/Source/bindings/templates/methods.cpp
+++ b/Source/bindings/templates/methods.cpp
@@ -18,7 +18,7 @@ static void {{method.name}}{{method.overload_index}}Method{{world_suffix}}(const
{{cpp_class}}* impl = {{v8_class}}::toNative(info.Holder());
{% endif %}
{% if method.is_custom_element_callbacks %}
- CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
+ CustomElementProcessingStack::CallbackDeliveryScope deliveryScope;
{% endif %}
{# Security checks #}
{% if method.is_check_security_for_window %}

Powered by Google App Engine
This is Rietveld 408576698