DescriptionDo not include FastMalloc.h in config.h as we no longer redefine new and delete in FastMalloc.h.
FastMalloc.h use to include cstddef; this header is still needed globally in blink so now it needs to be included explicitly in config.h (and remove the inclusion of it everywhere else in blink).
Not including wtf/WTFExport.h in config.h (indirectly) revealed a bug in NullPtr.h. NullPtr.h now only includes wtf/WTFExport.h conditionally (so that if the compiler supports nullptr does not need to include it).
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177271
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|