Title: [182890] trunk/Source
Revision
182890
Author
o...@webkit.org
Date
2015-04-16 09:53:19 -0700 (Thu, 16 Apr 2015)

Log Message

Remove the unnecessary WTF_CHANGES define
https://bugs.webkit.org/show_bug.cgi?id=143825

Reviewed by Andreas Kling.

* config.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (182889 => 182890)


--- trunk/Source/_javascript_Core/ChangeLog	2015-04-16 16:19:09 UTC (rev 182889)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-04-16 16:53:19 UTC (rev 182890)
@@ -1,3 +1,12 @@
+2015-04-16  Csaba Osztrogonác  <o...@webkit.org>
+
+        Remove the unnecessary WTF_CHANGES define
+        https://bugs.webkit.org/show_bug.cgi?id=143825
+
+        Reviewed by Andreas Kling.
+
+        * config.h:
+
 2015-04-15  Andreas Kling  <akl...@apple.com>
 
         Make MarkedBlock and WeakBlock 4x smaller.

Modified: trunk/Source/_javascript_Core/config.h (182889 => 182890)


--- trunk/Source/_javascript_Core/config.h	2015-04-16 16:19:09 UTC (rev 182889)
+++ trunk/Source/_javascript_Core/config.h	2015-04-16 16:53:19 UTC (rev 182890)
@@ -48,8 +48,6 @@
 
 #endif // OS(WINDOWS)
 
-#define WTF_CHANGES 1
-
 #ifdef __cplusplus
 #undef new
 #undef delete

Modified: trunk/Source/WTF/ChangeLog (182889 => 182890)


--- trunk/Source/WTF/ChangeLog	2015-04-16 16:19:09 UTC (rev 182889)
+++ trunk/Source/WTF/ChangeLog	2015-04-16 16:53:19 UTC (rev 182890)
@@ -1,3 +1,12 @@
+2015-04-16  Csaba Osztrogonác  <o...@webkit.org>
+
+        Remove the unnecessary WTF_CHANGES define
+        https://bugs.webkit.org/show_bug.cgi?id=143825
+
+        Reviewed by Andreas Kling.
+
+        * config.h:
+
 2015-04-15  Руслан Ижбулатов  <lrn1...@gmail.com>
 
         Harmonize binary semaphore ifdefs

Modified: trunk/Source/WTF/config.h (182889 => 182890)


--- trunk/Source/WTF/config.h	2015-04-16 16:19:09 UTC (rev 182889)
+++ trunk/Source/WTF/config.h	2015-04-16 16:53:19 UTC (rev 182890)
@@ -53,8 +53,6 @@
 
 #endif
 
-#define WTF_CHANGES 1
-
 #ifdef __cplusplus
 #undef new
 #undef delete
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to