RESOLVED INVALID 41843
Get rid of all the #ifndef WTF_CHANGES entirely
https://bugs.webkit.org/show_bug.cgi?id=41843
Summary Get rid of all the #ifndef WTF_CHANGES entirely
Zoltan Horvath
Reported 2010-07-08 02:45:16 PDT
Remove codes which was guarded by #ifndef WTF_CHANGES because WTF_CHANGES macro is always enabled on every platforms. After this patch will be landed in trunk I'll file a bug for remove #ifdef WTF_CHANGES and the entire WTF_CHANGES macro.
Attachments
proposed patch (27.33 KB, patch)
2010-07-08 02:47 PDT, Zoltan Horvath
mrowe: review-
Zoltan Horvath
Comment 1 2010-07-08 02:47:02 PDT
Created attachment 60858 [details] proposed patch
Mark Rowe (bdash)
Comment 2 2010-07-08 03:25:02 PDT
Comment on attachment 60858 [details] proposed patch Please don’t do this. It will make integrating changes from upstream TCMalloc more challenging.
Zoltan Horvath
Comment 3 2010-07-08 04:27:48 PDT
Right! Btw, we cannot develop from these codes.
Note You need to log in before you can comment on or make changes to this bug.