Title: [175472] trunk/Source/WebCore
Revision
175472
Author
commit-qu...@webkit.org
Date
2014-11-03 10:01:06 -0800 (Mon, 03 Nov 2014)

Log Message

[EFL] Fix the build if LOG_DISABLED=0 in release mode
https://bugs.webkit.org/show_bug.cgi?id=138309

Patch by Tibor Meszaros <tmeszaros.u-sze...@partner.samsung.com> on 2014-11-03
Reviewed by Chris Dumez.

* platform/efl/LoggingEfl.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (175471 => 175472)


--- trunk/Source/WebCore/ChangeLog	2014-11-03 17:56:29 UTC (rev 175471)
+++ trunk/Source/WebCore/ChangeLog	2014-11-03 18:01:06 UTC (rev 175472)
@@ -1,3 +1,12 @@
+2014-11-03  Tibor Meszaros  <tmeszaros.u-sze...@partner.samsung.com>
+
+        [EFL] Fix the build if LOG_DISABLED=0 in release mode
+        https://bugs.webkit.org/show_bug.cgi?id=138309
+
+        Reviewed by Chris Dumez.
+
+        * platform/efl/LoggingEfl.cpp:
+
 2014-11-03  Chris Dumez  <cdu...@apple.com>
 
         Move 'zoom' CSS property to the new StyleBuilder

Modified: trunk/Source/WebCore/platform/efl/LoggingEfl.cpp (175471 => 175472)


--- trunk/Source/WebCore/platform/efl/LoggingEfl.cpp	2014-11-03 17:56:29 UTC (rev 175471)
+++ trunk/Source/WebCore/platform/efl/LoggingEfl.cpp	2014-11-03 18:01:06 UTC (rev 175472)
@@ -26,6 +26,7 @@
 
 #if !LOG_DISABLED
 
+#include <Eina.h>
 #include <wtf/text/WTFString.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to