| Index: Source/bindings/templates/methods.cpp
|
| diff --git a/Source/bindings/templates/methods.cpp b/Source/bindings/templates/methods.cpp
|
| index 33651722f4bcfeb0e3810b033539f4b10b128f3d..4a44e7228dc0ce23b2376546459023e7542a645f 100644
|
| --- a/Source/bindings/templates/methods.cpp
|
| +++ b/Source/bindings/templates/methods.cpp
|
| @@ -21,7 +21,7 @@
|
| CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope;
|
| {% endif %}
|
| {# Security checks #}
|
| - {# FIXME: merge to method.is_check_security_for_frame http://crbug.com/383699 #}
|
| + {# FIXME: change to method.is_check_security_for_window #}
|
| {% if interface_name == 'EventTarget' %}
|
| if (LocalDOMWindow* window = impl->toDOMWindow()) {
|
| if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), window->frame(), exceptionState)) {
|
|
|