Changeset 111035 in webkit


Ignore:
Timestamp:
Mar 16, 2012 11:33:25 AM (12 years ago)
Author:
pkasting@chromium.org
Message:

Unreviewed, rolling out r111020.
http://trac.webkit.org/changeset/111020
https://bugs.webkit.org/show_bug.cgi?id=81377

Broke Chromium Win compile (Requested by pkasting on #webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-03-16

  • GNUmakefile.list.am:
  • WebCore.gypi:
  • platform/mediastream/PeerConnection00Handler.cpp: Removed.
  • platform/mediastream/PeerConnection00Handler.h: Removed.
  • platform/mediastream/PeerConnection00HandlerClient.h: Removed.
Location:
trunk/Source/WebCore
Files:
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r111030 r111035  
     12012-03-16  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r111020.
     4        http://trac.webkit.org/changeset/111020
     5        https://bugs.webkit.org/show_bug.cgi?id=81377
     6
     7        Broke Chromium Win compile (Requested by pkasting on #webkit).
     8
     9        * GNUmakefile.list.am:
     10        * WebCore.gypi:
     11        * platform/mediastream/PeerConnection00Handler.cpp: Removed.
     12        * platform/mediastream/PeerConnection00Handler.h: Removed.
     13        * platform/mediastream/PeerConnection00HandlerClient.h: Removed.
     14
    1152012-03-16  Dominic Mazzoni  <dmazzoni@google.com>
    216
  • trunk/Source/WebCore/GNUmakefile.list.am

    r111020 r111035  
    33473347        Source/WebCore/platform/mediastream/MediaStreamDescriptor.h \
    33483348        Source/WebCore/platform/mediastream/MediaStreamSource.h \
    3349         Source/WebCore/platform/mediastream/PeerConnection00Handler.cpp \
    3350         Source/WebCore/platform/mediastream/PeerConnection00Handler.h \
    3351         Source/WebCore/platform/mediastream/PeerConnection00HandlerClient.h \
    33523349        Source/WebCore/platform/mediastream/SessionDescriptionDescriptor.cpp \
    33533350        Source/WebCore/platform/mediastream/SessionDescriptionDescriptor.h \
  • trunk/Source/WebCore/WebCore.gypi

    r111020 r111035  
    430430            'platform/mediastream/MediaStreamDescriptor.h',
    431431            'platform/mediastream/MediaStreamSource.h',
    432             'platform/mediastream/PeerConnection00Handler.cpp',
    433             'platform/mediastream/PeerConnection00Handler.h',
    434             'platform/mediastream/PeerConnection00HandlerClient.h',
    435432            'platform/mediastream/SessionDescriptionDescriptor.cpp',
    436433            'platform/mediastream/SessionDescriptionDescriptor.h',
Note: See TracChangeset for help on using the changeset viewer.