From 6625a0493aeb7ba7db3122411a3fdd94c1233bf7 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 494c3e83952..bff39d0a3a0 100644
--- a/source
+++ b/source
@@ -77100,7 +77100,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.