Bug 41843 - Get rid of all the #ifndef WTF_CHANGES entirely
Summary: Get rid of all the #ifndef WTF_CHANGES entirely
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 02:45 PDT by Zoltan Horvath
Modified: 2010-07-08 23:33 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (27.33 KB, patch)
2010-07-08 02:47 PDT, Zoltan Horvath
mrowe: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Horvath 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.
Comment 1 Zoltan Horvath 2010-07-08 02:47:02 PDT
Created attachment 60858 [details]
proposed patch
Comment 2 Mark Rowe (bdash) 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.
Comment 3 Zoltan Horvath 2010-07-08 04:27:48 PDT
Right! Btw, we cannot develop from these codes.