Title: [243000] branches/safari-607.1.40.0-branch/Source/WebCore
Revision
243000
Author
[email protected]
Date
2019-03-15 11:07:26 -0700 (Fri, 15 Mar 2019)

Log Message

Revert r242822. rdar://problem/48795264

Modified Paths

Diff

Modified: branches/safari-607.1.40.0-branch/Source/WebCore/ChangeLog (242999 => 243000)


--- branches/safari-607.1.40.0-branch/Source/WebCore/ChangeLog	2019-03-15 17:14:13 UTC (rev 242999)
+++ branches/safari-607.1.40.0-branch/Source/WebCore/ChangeLog	2019-03-15 18:07:26 UTC (rev 243000)
@@ -1,3 +1,7 @@
+2019-03-15  Kocsen Chung  <[email protected]>
+
+        Revert r242822. rdar://problem/48795264
+
 2019-03-12  Kocsen Chung  <[email protected]>
 
         Apply patch. rdar://problem/48795264

Modified: branches/safari-607.1.40.0-branch/Source/WebCore/page/Quirks.cpp (242999 => 243000)


--- branches/safari-607.1.40.0-branch/Source/WebCore/page/Quirks.cpp	2019-03-15 17:14:13 UTC (rev 242999)
+++ branches/safari-607.1.40.0-branch/Source/WebCore/page/Quirks.cpp	2019-03-15 18:07:26 UTC (rev 243000)
@@ -40,14 +40,9 @@
 
 bool Quirks::hasBrokenEncryptedMediaAPISupportQuirk() const
 {
-    if (!m_document)
+    if (!m_document || !m_document->settings().needsSiteSpecificQuirks())
         return false;
 
-#if !PLATFORM(IOS)
-    if (!m_document->settings().needsSiteSpecificQuirks())
-        return false;
- #endif
-
     if (m_hasBrokenEncryptedMediaAPISupportQuirk)
         return m_hasBrokenEncryptedMediaAPISupportQuirk.value();
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to