Title: [88500] branches/safari-534-branch/Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp
- Revision
- 88500
- Author
- [email protected]
- Date
- 2011-06-09 16:36:51 -0700 (Thu, 09 Jun 2011)
Log Message
real fix for 88481. (remove tabs)
Modified Paths
Diff
Modified: branches/safari-534-branch/Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp (88499 => 88500)
--- branches/safari-534-branch/Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp 2011-06-09 23:35:08 UTC (rev 88499)
+++ branches/safari-534-branch/Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp 2011-06-09 23:36:51 UTC (rev 88500)
@@ -550,11 +550,13 @@
void MediaPlayerPrivateAVFoundation::timeChanged(double time)
{
+ UNUSED_PARAM(time);
LOG(Media, "MediaPlayerPrivateAVFoundation::timeChanged(%p) - time = %f", this, time);
}
void MediaPlayerPrivateAVFoundation::seekCompleted(bool finished)
{
+ UNUSED_PARAM(finished);
LOG(Media, "MediaPlayerPrivateAVFoundation::seekCompleted(%p) - finished = %d", this, finished);
m_seekTo = invalidTime();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes