From 94fce56d1675cc46ffc50b546fbf86bb8115cbf8 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Tue, 12 Jul 2016 19:08:54 -0400 Subject: [PATCH] Use current settings object in content document definition Since this is a same origin-domain check, we can use any settings object, as they are all same origin-domain. Part of #1430. --- source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source b/source index b9eca16a7a8..2d3b993db3e 100644 --- a/source +++ b/source @@ -77026,7 +77026,7 @@ dictionary DragEventInit : MouseEventInit {
  • Let document be context's active document.

  • If document's origin and the origin specified by the - incumbent settings object are not same origin-domain, then return + current settings object are not same origin-domain, then return null.

  • Return document.