Title: [145420] trunk/Source/WTF
Revision
145420
Author
msab...@apple.com
Date
2013-03-11 15:45:06 -0700 (Mon, 11 Mar 2013)

Log Message

Unreviewed build fix.  Rolling out inadvertent setting of DATA_LOG_TO_FILE.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (145419 => 145420)


--- trunk/Source/WTF/ChangeLog	2013-03-11 22:38:27 UTC (rev 145419)
+++ trunk/Source/WTF/ChangeLog	2013-03-11 22:45:06 UTC (rev 145420)
@@ -1,3 +1,7 @@
+2013-03-11  Michael Saboff  <msab...@apple.com>
+
+        Unreviewed build fix.  Rolling out inadvertent setting of DATA_LOG_TO_FILE.
+
 2013-03-11  Oliver Hunt  <oli...@apple.com>
 
         Make SegmentedVector Noncopyable

Modified: trunk/Source/WTF/wtf/DataLog.cpp (145419 => 145420)


--- trunk/Source/WTF/wtf/DataLog.cpp	2013-03-11 22:38:27 UTC (rev 145419)
+++ trunk/Source/WTF/wtf/DataLog.cpp	2013-03-11 22:45:06 UTC (rev 145420)
@@ -40,7 +40,7 @@
 #endif
 #endif
 
-#define DATA_LOG_TO_FILE 1
+#define DATA_LOG_TO_FILE 0
 
 // Uncomment to force logging to the given file regardless of what the environment variable says. Note that
 // we will append ".<pid>.txt" where <pid> is the PID.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to