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

Log Message

Revert r242781. rdar://problem/48795264

Modified Paths

Diff

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


--- branches/safari-607.1.40.0-branch/Source/WebCore/ChangeLog	2019-03-15 18:07:26 UTC (rev 243000)
+++ branches/safari-607.1.40.0-branch/Source/WebCore/ChangeLog	2019-03-15 18:07:32 UTC (rev 243001)
@@ -1,5 +1,9 @@
 2019-03-15  Kocsen Chung  <[email protected]>
 
+        Revert r242781. rdar://problem/48795264
+
+2019-03-15  Kocsen Chung  <[email protected]>
+
         Revert r242822. rdar://problem/48795264
 
 2019-03-12  Kocsen Chung  <[email protected]>

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


--- branches/safari-607.1.40.0-branch/Source/WebCore/page/Quirks.cpp	2019-03-15 18:07:26 UTC (rev 243000)
+++ branches/safari-607.1.40.0-branch/Source/WebCore/page/Quirks.cpp	2019-03-15 18:07:32 UTC (rev 243001)
@@ -50,8 +50,6 @@
 
     m_hasBrokenEncryptedMediaAPISupportQuirk = domain == "starz.com"
         || domain.endsWith(".starz.com")
-        || domain == "youtube.com"
-        || domain.endsWith(".youtube.com")
         || domain == "hulu.com"
         || domain.endsWith("hulu.com");
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to