Changeset 62761 in webkit


Ignore:
Timestamp:
Jul 7, 2010 10:57:42 PM (14 years ago)
Author:
jesus@webkit.org
Message:

2010-07-07 Jesus Sanchez-Palencia <jesus@webkit.org>

Reviewed by Antti Koivisto.

[Qt] Missing include to build QtWebKit with WebKit2 in MediaPlayerPrivatePhonon.cpp
https://bugs.webkit.org/show_bug.cgi?id=41767

  • platform/graphics/qt/MediaPlayerPrivatePhonon.cpp: Add Logging.h include
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r62754 r62761  
     12010-07-07  Jesus Sanchez-Palencia  <jesus@webkit.org>
     2
     3        Reviewed by Antti Koivisto.
     4
     5        [Qt] Missing include to build QtWebKit with WebKit2 in MediaPlayerPrivatePhonon.cpp
     6        https://bugs.webkit.org/show_bug.cgi?id=41767
     7
     8        * platform/graphics/qt/MediaPlayerPrivatePhonon.cpp: Add Logging.h include
     9
    1102010-07-07  Pavel Podivilov  <podivilov@chromium.org>
    211
  • trunk/WebCore/platform/graphics/qt/MediaPlayerPrivatePhonon.cpp

    r56825 r62761  
    2626#include "FrameView.h"
    2727#include "GraphicsContext.h"
     28#include "Logging.h"
    2829#include "MIMETypeRegistry.h"
    2930#include "NotImplemented.h"
Note: See TracChangeset for help on using the changeset viewer.