[Webkit-unassigned] [Bug 89514] Add url to supportsType

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 10:32:22 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89514





--- Comment #24 from Eric Carlson <eric.carlson at apple.com>  2012-06-22 10:32:17 PST ---
(From update of attachment 149051)
View in context: https://bugs.webkit.org/attachment.cgi?id=149051&action=review

> Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp:730
> +MediaPlayer::SupportsType MediaPlayerPrivateAVFoundationCF::supportsType(const String& type, const String& codecs, const KURL& url)
>  {
>      // Only return "IsSupported" if there is no codecs parameter for now as there is no way to ask if it supports an

This will fail to compile: "const KURL& url" -> "const KURL&"

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list