Index: Source/bindings/templates/methods.cpp |
diff --git a/Source/bindings/templates/methods.cpp b/Source/bindings/templates/methods.cpp |
index 4a44e7228dc0ce23b2376546459023e7542a645f..33651722f4bcfeb0e3810b033539f4b10b128f3d 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 (LocalDOMWindow* window = impl->toDOMWindow()) { |
if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), window->frame(), exceptionState)) { |