Title: [209530] trunk/Source/WebKit2
Revision
209530
Author
[email protected]
Date
2016-12-08 00:10:36 -0800 (Thu, 08 Dec 2016)

Log Message

Fix iOS debug build after r209498
https://bugs.webkit.org/show_bug.cgi?id=164527

* NetworkProcess/capture/NetworkCaptureLogging.h:
Logs were causing compile warnings/errors.  Disable logs for now.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (209529 => 209530)


--- trunk/Source/WebKit2/ChangeLog	2016-12-08 08:07:42 UTC (rev 209529)
+++ trunk/Source/WebKit2/ChangeLog	2016-12-08 08:10:36 UTC (rev 209530)
@@ -1,3 +1,11 @@
+2016-12-08  Alex Christensen  <[email protected]>
+
+        Fix iOS debug build after r209498
+        https://bugs.webkit.org/show_bug.cgi?id=164527
+
+        * NetworkProcess/capture/NetworkCaptureLogging.h:
+        Logs were causing compile warnings/errors.  Disable logs for now.
+
 2016-12-07  Dean Jackson  <[email protected]>
 
         Remove runtime toggle for pointer-lock

Modified: trunk/Source/WebKit2/NetworkProcess/capture/NetworkCaptureLogging.h (209529 => 209530)


--- trunk/Source/WebKit2/NetworkProcess/capture/NetworkCaptureLogging.h	2016-12-08 08:07:42 UTC (rev 209529)
+++ trunk/Source/WebKit2/NetworkProcess/capture/NetworkCaptureLogging.h	2016-12-08 08:10:36 UTC (rev 209530)
@@ -46,7 +46,7 @@
 #endif
 #else
 #define DEBUG_LOG(...)                  ((void)0)
-#define DEBUG_LOG_ERROR(...)            RELEASE_LOG_ERROR(Network, __VA_ARGS__)
+#define DEBUG_LOG_ERROR(...)            ((void)0)
 #define DEBUG_LOG_VERBOSE(...)          ((void)0)
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to