[Webkit-unassigned] [Bug 94329] [BlackBerry] Adapt to changes in the platform media player API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 07:14:26 PDT 2012


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





--- Comment #2 from Antonio Gomes <tonikitoo at webkit.org>  2012-08-17 07:14:58 PST ---
(From update of attachment 159094)
View in context: https://bugs.webkit.org/attachment.cgi?id=159094&action=review

> Source/WebCore/platform/graphics/blackberry/MediaPlayerPrivateBlackBerry.cpp:175
> -    m_platformPlayer->cancelLoad();
> +    if (m_platformPlayer)
> +        m_platformPlayer->cancelLoad();

I think this and all the other null checks are changes in the behavior. Why is that needed now?

-- 
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