Changeset 148600 in webkit


Ignore:
Timestamp:
Apr 17, 2013 5:13:13 AM (11 years ago)
Author:
allan.jensen@digia.com
Message:

[Qt] MediaPlayerPrivateQt.cpp doesn't build in debug

Unreviewed build fix.

We need to include Logging.h to get the LOG definitions.

  • platform/graphics/qt/MediaPlayerPrivateQt.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r148597 r148600  
     12013-04-17  Allan Sandfeld Jensen  <allan.jensen@digia.com>
     2
     3        [Qt] MediaPlayerPrivateQt.cpp doesn't build in debug
     4
     5        Unreviewed build fix.
     6
     7        We need to include Logging.h to get the LOG definitions.
     8
     9        * platform/graphics/qt/MediaPlayerPrivateQt.cpp:
     10
    1112013-04-17  Claudio Saavedra  <csaavedra@igalia.com>
    212
  • trunk/Source/WebCore/platform/graphics/qt/MediaPlayerPrivateQt.cpp

    r144190 r148600  
    2727#include "HTMLMediaElement.h"
    2828#include "HTMLVideoElement.h"
     29#include "Logging.h"
    2930#include "NetworkingContext.h"
    3031#include "NotImplemented.h"
Note: See TracChangeset for help on using the changeset viewer.