From 363d074304bb2277c09203b3b4f3b6d5d597acb6 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Tue, 12 Jul 2016 17:34:08 -0400 Subject: [PATCH] Use "current settings object" in the frameElement origin check Since this is a same origin-domain check, we can use any settings object, as they are all same origin-domain. Part of #1431. --- source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source b/source index 036ffc7f3c7..8787aac55cc 100644 --- a/source +++ b/source @@ -77484,7 +77484,7 @@ dictionary DragEventInit : MouseEventInit { container.

  • If container's node document's origin is not - same origin-domain with the entry settings object's + same origin-domain with the current settings object's origin, then return null and abort these steps.

  • Return container.