Title: [143600] trunk/Source/WebCore
Revision
143600
Author
commit-qu...@webkit.org
Date
2013-02-21 07:38:04 -0800 (Thu, 21 Feb 2013)

Log Message

[BlackBerry] MediaPlayerPrivateBlackBerry: include Logging.h
https://bugs.webkit.org/show_bug.cgi?id=110455

Patch by Xan Lopez <xlo...@rim.com> on 2013-02-21
Reviewed by Eric Carlson.

LOG is used in this file, so it is needed.

* platform/graphics/blackberry/MediaPlayerPrivateBlackBerry.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (143599 => 143600)


--- trunk/Source/WebCore/ChangeLog	2013-02-21 15:33:24 UTC (rev 143599)
+++ trunk/Source/WebCore/ChangeLog	2013-02-21 15:38:04 UTC (rev 143600)
@@ -1,3 +1,14 @@
+2013-02-21  Xan Lopez  <xlo...@rim.com>
+
+        [BlackBerry] MediaPlayerPrivateBlackBerry: include Logging.h
+        https://bugs.webkit.org/show_bug.cgi?id=110455
+
+        Reviewed by Eric Carlson.
+
+        LOG is used in this file, so it is needed.
+
+        * platform/graphics/blackberry/MediaPlayerPrivateBlackBerry.cpp:
+
 2013-02-21  Keishi Hattori  <kei...@webkit.org>
 
         Add animation class for new calendar picker

Modified: trunk/Source/WebCore/platform/graphics/blackberry/MediaPlayerPrivateBlackBerry.cpp (143599 => 143600)


--- trunk/Source/WebCore/platform/graphics/blackberry/MediaPlayerPrivateBlackBerry.cpp	2013-02-21 15:33:24 UTC (rev 143599)
+++ trunk/Source/WebCore/platform/graphics/blackberry/MediaPlayerPrivateBlackBerry.cpp	2013-02-21 15:38:04 UTC (rev 143600)
@@ -31,6 +31,7 @@
 #include "GraphicsContext.h"
 #include "HTMLNames.h"
 #include "HostWindow.h"
+#include "Logging.h"
 #include "MediaStreamDescriptor.h"
 #include "MediaStreamRegistry.h"
 #include "NotImplemented.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to