Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/templates/methods.cpp |
| diff --git a/third_party/WebKit/Source/bindings/templates/methods.cpp b/third_party/WebKit/Source/bindings/templates/methods.cpp |
| index 034343e174b10ade3609fecaec62d18fb43b24e5..aa406e47a73e620d50d093b7eee724ff81c5468c 100644 |
| --- a/third_party/WebKit/Source/bindings/templates/methods.cpp |
| +++ b/third_party/WebKit/Source/bindings/templates/methods.cpp |
| @@ -21,6 +21,9 @@ static void {{method.name}}{{method.overload_index}}Method{{world_suffix}}(const |
| {% if not method.is_static %} |
| {{cpp_class}}* impl = {{v8_class}}::toImpl(info.Holder()); |
| {% endif %} |
| + {% if method.is_ce_reactions %} |
| + CEReactionsScope reactions; |
|
Yuki
2016/06/06 06:13:56
Ditto.
kojii
2016/06/07 07:51:17
Done too.
|
| + {% endif %} |
| {% if method.is_custom_element_callbacks %} |
| V0CustomElementProcessingStack::CallbackDeliveryScope deliveryScope; |
| {% endif %} |