Title: [212531] branches/safari-603-branch/Source/WebCore
Revision
212531
Author
[email protected]
Date
2017-02-16 21:28:21 -0800 (Thu, 16 Feb 2017)

Log Message

Merge r212335. rdar://problem/29899473

Modified Paths

Diff

Modified: branches/safari-603-branch/Source/WebCore/ChangeLog (212530 => 212531)


--- branches/safari-603-branch/Source/WebCore/ChangeLog	2017-02-17 05:28:18 UTC (rev 212530)
+++ branches/safari-603-branch/Source/WebCore/ChangeLog	2017-02-17 05:28:21 UTC (rev 212531)
@@ -1,5 +1,16 @@
 2017-02-16  Matthew Hanson  <[email protected]>
 
+        Merge r212335. rdar://problem/29899473
+
+    2017-02-14  Brady Eidson  <[email protected]>
+
+            Unreviewed followup to r212330 to fix Debug builds
+
+            * loader/DocumentThreadableLoader.cpp:
+            (WebCore::DocumentThreadableLoader::DocumentThreadableLoader): Add call to relaxAdoptionRequirement().
+
+2017-02-16  Matthew Hanson  <[email protected]>
+
         Merge r212330. rdar://problem/29899473
 
     2017-02-14  Brady Eidson  <[email protected]>

Modified: branches/safari-603-branch/Source/WebCore/loader/DocumentThreadableLoader.cpp (212530 => 212531)


--- branches/safari-603-branch/Source/WebCore/loader/DocumentThreadableLoader.cpp	2017-02-17 05:28:18 UTC (rev 212530)
+++ branches/safari-603-branch/Source/WebCore/loader/DocumentThreadableLoader.cpp	2017-02-17 05:28:21 UTC (rev 212531)
@@ -94,6 +94,8 @@
     , m_contentSecurityPolicy(WTFMove(contentSecurityPolicy))
     , m_shouldLogError(shouldLogError)
 {
+    relaxAdoptionRequirement();
+
     // Setting a referrer header is only supported in the async code path.
     ASSERT(m_async || m_referrer.isEmpty());
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to