Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 21953da

Browse files
Remove no longer needed WebKitAdditions include for JavaScriptCorePrefix.h
https://bugs.webkit.org/show_bug.cgi?id=211357 Reviewed by Mark Lam. * JavaScriptCorePrefix.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@261067 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 65f090e commit 21953da

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Source/JavaScriptCore/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2020-05-03 Maciej Stachowiak <[email protected]>
2+
3+
Remove no longer needed WebKitAdditions include for JavaScriptCorePrefix.h
4+
https://bugs.webkit.org/show_bug.cgi?id=211357
5+
6+
Reviewed by Mark Lam.
7+
8+
* JavaScriptCorePrefix.h:
9+
110
2020-05-02 Mark Lam <[email protected]>
211

312
Gardening: rolling out r261050 and r261051.

Source/JavaScriptCore/JavaScriptCorePrefix.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2424
*/
2525

26-
#if __has_include(<WebKitAdditions/JavaScriptCorePrefix.h>)
27-
#include <WebKitAdditions/JavaScriptCorePrefix.h>
28-
#endif
29-
3026
#ifdef __cplusplus
3127
#define NULL __null
3228
#else

0 commit comments

Comments
 (0)