Skip to content

Commit fe05d4c

Browse files
committed
Remove the unnecessary WTF_CHANGES define
https://bugs.webkit.org/show_bug.cgi?id=143825 Reviewed by Andreas Kling. * config.h: Canonical link: https://commits.webkit.org/161831@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@182890 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 1eb972f commit fe05d4c

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

Source/JavaScriptCore/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2015-04-16 Csaba Osztrogonác <[email protected]>
2+
3+
Remove the unnecessary WTF_CHANGES define
4+
https://bugs.webkit.org/show_bug.cgi?id=143825
5+
6+
Reviewed by Andreas Kling.
7+
8+
* config.h:
9+
110
2015-04-15 Andreas Kling <[email protected]>
211

312
Make MarkedBlock and WeakBlock 4x smaller.

Source/JavaScriptCore/config.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@
4848

4949
#endif // OS(WINDOWS)
5050

51-
#define WTF_CHANGES 1
52-
5351
#ifdef __cplusplus
5452
#undef new
5553
#undef delete

Source/WTF/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2015-04-16 Csaba Osztrogonác <[email protected]>
2+
3+
Remove the unnecessary WTF_CHANGES define
4+
https://bugs.webkit.org/show_bug.cgi?id=143825
5+
6+
Reviewed by Andreas Kling.
7+
8+
* config.h:
9+
110
2015-04-15 Руслан Ижбулатов <[email protected]>
211

312
Harmonize binary semaphore ifdefs

Source/WTF/config.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@
5353

5454
#endif
5555

56-
#define WTF_CHANGES 1
57-
5856
#ifdef __cplusplus
5957
#undef new
6058
#undef delete

0 commit comments

Comments
 (0)