Changeset 152181 in webkit


Ignore:
Timestamp:
Jun 28, 2013 11:47:55 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r152135.
http://trac.webkit.org/changeset/152135
https://bugs.webkit.org/show_bug.cgi?id=118199

Rolling out temporary patch used for debugging the test bots
(Requested by rfong on #webkit).

  • platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp:

(WebCore::MediaPlayerPrivateAVFoundation::load):

  • platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp:

(WebCore::MediaPlayerPrivateQuickTimeVisualContext::load):

Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r152178 r152181  
     12013-06-28  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r152135.
     4        http://trac.webkit.org/changeset/152135
     5        https://bugs.webkit.org/show_bug.cgi?id=118199
     6
     7        Rolling out temporary patch used for debugging the test bots
     8        (Requested by rfong on #webkit).
     9
     10        * platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp:
     11        (WebCore::MediaPlayerPrivateAVFoundation::load):
     12        * platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp:
     13        (WebCore::MediaPlayerPrivateQuickTimeVisualContext::load):
     14
    1152013-06-28  Morten Stenshorne  <mstensho@opera.com>
    216
  • trunk/Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp

    r152135 r152181  
    178178{
    179179    LOG(Media, "MediaPlayerPrivateAVFoundation::load(%p)", this);
    180     fprintf(stderr, "USING AVCF");
     180
    181181    if (m_networkState != MediaPlayer::Loading) {
    182182        m_networkState = MediaPlayer::Loading;
  • trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp

    r152142 r152181  
    341341{
    342342    m_movieURL = url;
    343     fprintf(stderr, "USING QT");
     343
    344344    if (m_preload == MediaPlayer::None) {
    345345        m_delayingLoad = true;
Note: See TracChangeset for help on using the changeset viewer.