Title: [92516] branches/safari-534.51-branch/Source/WebCore
- Revision
- 92516
- Author
- [email protected]
- Date
- 2011-08-05 14:57:40 -0700 (Fri, 05 Aug 2011)
Log Message
Build Fix.
Modified Paths
Diff
Modified: branches/safari-534.51-branch/Source/WebCore/ChangeLog (92515 => 92516)
--- branches/safari-534.51-branch/Source/WebCore/ChangeLog 2011-08-05 21:33:32 UTC (rev 92515)
+++ branches/safari-534.51-branch/Source/WebCore/ChangeLog 2011-08-05 21:57:40 UTC (rev 92516)
@@ -1,4 +1,9 @@
2011-08-05 Lucas Forschler <[email protected]>
+ Windows build fix, since r88958 never made it into the branch.
+
+ * platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.h: Add stub for createAVAssetForCacheResource().
+
+2011-08-05 Lucas Forschler <[email protected]>
Merged 92404.
Modified: branches/safari-534.51-branch/Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundationCF.h (92515 => 92516)
--- branches/safari-534.51-branch/Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundationCF.h 2011-08-05 21:33:32 UTC (rev 92515)
+++ branches/safari-534.51-branch/Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundationCF.h 2011-08-05 21:57:40 UTC (rev 92516)
@@ -68,6 +68,9 @@
virtual void createAVPlayer();
virtual void createAVPlayerItem();
virtual void createAVAssetForURL(const String& url);
+#if ENABLE(OFFLINE_WEB_APPLICATIONS)
+ virtual void createAVAssetForCacheResource(ApplicationCacheResource*) { };
+#endif
virtual MediaPlayerPrivateAVFoundation::ItemStatus playerItemStatus() const;
virtual MediaPlayerPrivateAVFoundation::AssetStatus assetStatus() const;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes