Changeset 181274 in webkit


Ignore:
Timestamp:
Mar 9, 2015 12:01:08 PM (9 years ago)
Author:
Csaba Osztrogonác
Message:

Fix the build after r181153
https://bugs.webkit.org/show_bug.cgi?id=142497

Reviewed by Philippe Normand.

  • platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:

(WebCore::MediaPlayerPrivateGStreamer::load):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r181270 r181274  
     12015-03-09  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Fix the build after r181153
     4        https://bugs.webkit.org/show_bug.cgi?id=142497
     5
     6        Reviewed by Philippe Normand.
     7
     8        * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
     9        (WebCore::MediaPlayerPrivateGStreamer::load):
     10
    1112015-03-09  Roger Fong  <roger_fong@apple.com>
    212
  • trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp

    r181153 r181274  
    322322
    323323#if ENABLE(MEDIA_STREAM)
    324 void MediaPlayerPrivateGStreamer::load(MediaStreamPrivate* mediaStream)
     324void MediaPlayerPrivateGStreamer::load(MediaStreamPrivate*)
    325325{
    326326    notImplemented();
Note: See TracChangeset for help on using the changeset viewer.