* platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp: Use correct build
macro to prevent build break when ENCRYPTED_MEDIA_V2 is not enabled.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@174350
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2014-10-06 Brent Fulgham <bfulgham@apple.com>
+ [Win] Build fix aftr r174347.
+
+ * platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp: Use correct build
+ macro to prevent build break when ENCRYPTED_MEDIA_V2 is not enabled.
+
+2014-10-06 Brent Fulgham <bfulgham@apple.com>
+
[Win] Project file gardening.
* WebCore.vcxproj/WebCore.vcxproj.filters: Move EditorWin.cpp and
InbandTextTrackPrivateAVF* m_currentTextTrack;
-#if ENABLE(ENCRYPTED_MEDIA_V2)
+#if HAVE(AVFOUNDATION_LOADER_DELEGATE)
HashMap<String, Vector<RetainPtr<AVCFAssetResourceLoadingRequestRef>>> m_keyURIToRequestMap;
AVCFAssetResourceLoaderCallbacks m_resourceLoaderCallbacks;
#endif