Title: [209948] trunk/Source/WebCore
Revision
209948
Author
ryanhad...@apple.com
Date
2016-12-16 15:51:59 -0800 (Fri, 16 Dec 2016)

Log Message

Fix the Windows build.

Unreviewed build fix.

* platform/graphics/avfoundation/cf/CDMSessionAVFoundationCF.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (209947 => 209948)


--- trunk/Source/WebCore/ChangeLog	2016-12-16 23:32:55 UTC (rev 209947)
+++ trunk/Source/WebCore/ChangeLog	2016-12-16 23:51:59 UTC (rev 209948)
@@ -1,5 +1,13 @@
 2016-12-16  Ryan Haddad  <ryanhad...@apple.com>
 
+        Fix the Windows build.
+
+        Unreviewed build fix.
+
+        * platform/graphics/avfoundation/cf/CDMSessionAVFoundationCF.cpp:
+
+2016-12-16  Ryan Haddad  <ryanhad...@apple.com>
+
         Yet another attempt to fix the Windows build after r209936.
 
         Unreviewed build fix.

Modified: trunk/Source/WebCore/platform/graphics/avfoundation/cf/CDMSessionAVFoundationCF.cpp (209947 => 209948)


--- trunk/Source/WebCore/platform/graphics/avfoundation/cf/CDMSessionAVFoundationCF.cpp	2016-12-16 23:32:55 UTC (rev 209947)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/cf/CDMSessionAVFoundationCF.cpp	2016-12-16 23:51:59 UTC (rev 209948)
@@ -28,8 +28,8 @@
 
 #if HAVE(AVFOUNDATION_LOADER_DELEGATE) && ENABLE(LEGACY_ENCRYPTED_MEDIA)
 
-#include "CDM.h"
-#include "CDMSession.h"
+#include "LegacyCDM.h"
+#include "LegacyCDMSession.h"
 #include "ExceptionCode.h"
 #include "MediaPlayer.h"
 #include "MediaPlayerPrivateAVFoundationCF.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to