Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe05d4c

Browse filesBrowse 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
Copy full SHA for fe05d4c

4 files changed

+18-4Lines changed: 18 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎Source/JavaScriptCore/ChangeLog‎

Copy file name to clipboardExpand all lines: Source/JavaScriptCore/ChangeLog
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
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 <akling@apple.com>
211

312
Make MarkedBlock and WeakBlock 4x smaller.
Collapse file

‎Source/JavaScriptCore/config.h‎

Copy file name to clipboardExpand all lines: Source/JavaScriptCore/config.h
-2Lines 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
Collapse file

‎Source/WTF/ChangeLog‎

Copy file name to clipboardExpand all lines: Source/WTF/ChangeLog
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
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 Руслан Ижбулатов <lrn1986@gmail.com>
211

312
Harmonize binary semaphore ifdefs
Collapse file

‎Source/WTF/config.h‎

Copy file name to clipboardExpand all lines: Source/WTF/config.h
-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.