Title: [148509] trunk/Source/WebKit2
Revision
148509
Author
[email protected]
Date
2013-04-16 04:46:09 -0700 (Tue, 16 Apr 2013)

Log Message

Fix release builds with !LOG_DISABLED.

* Platform/mac/Logging.mac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (148508 => 148509)


--- trunk/Source/WebKit2/ChangeLog	2013-04-16 10:05:29 UTC (rev 148508)
+++ trunk/Source/WebKit2/ChangeLog	2013-04-16 11:46:09 UTC (rev 148509)
@@ -1,3 +1,9 @@
+2013-04-16  Andreas Kling  <[email protected]>
+
+        Fix release builds with !LOG_DISABLED.
+
+        * Platform/mac/Logging.mac.mm:
+
 2013-04-16  Manuel Rego Casasnovas  <[email protected]>
 
         [GTK][EFL] Remove deprecated libsoup API usage

Modified: trunk/Source/WebKit2/Platform/mac/Logging.mac.mm (148508 => 148509)


--- trunk/Source/WebKit2/Platform/mac/Logging.mac.mm	2013-04-16 10:05:29 UTC (rev 148508)
+++ trunk/Source/WebKit2/Platform/mac/Logging.mac.mm	2013-04-16 11:46:09 UTC (rev 148509)
@@ -28,7 +28,7 @@
 
 namespace WebKit {
 
-#ifndef NDEBUG
+#if !LOG_DISABLED
 
 void initializeLogChannel(WTFLogChannel* channel)
 {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to