| Index: Source/bindings/templates/methods.cpp
|
| diff --git a/Source/bindings/templates/methods.cpp b/Source/bindings/templates/methods.cpp
|
| index 9affae262495d67d4fd6fdb460ec011387010573..269c1f1449eef1570fab61eb37d3376a50cb075a 100644
|
| --- a/Source/bindings/templates/methods.cpp
|
| +++ b/Source/bindings/templates/methods.cpp
|
| @@ -21,7 +21,7 @@ static void {{method.name}}{{method.overload_index}}Method{{world_suffix}}(const
|
| CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
|
| {% endif %}
|
| {# Security checks #}
|
| - {# FIXME: change to method.is_check_security_for_window #}
|
| + {# FIXME: merge to method.is_check_security_for_frame http://crbug.com/383699 #}
|
| {% if interface_name == 'EventTarget' %}
|
| if (DOMWindow* window = impl->toDOMWindow()) {
|
| if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), window->frame(), exceptionState)) {
|
|
|