Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: Source/config.h

Issue 361823004: Do not include FastMalloc.h in config.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/platform/CheckedInt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/config.h
diff --git a/Source/config.h b/Source/config.h
index 1d74059fcf94bd4f80991226dbbbf25de1194192..3afbe28b7a99fa5c76e00b7297fa3fad4d586846 100644
--- a/Source/config.h
+++ b/Source/config.h
@@ -134,9 +134,8 @@
// Helps us catch if anyone uses new or delete by accident in code and doesn't include "config.h".
#undef new
#undef delete
-#include "wtf/FastMalloc.h"
-
#include <ciso646>
+#include <cstddef>
#endif
« no previous file with comments | « no previous file | Source/platform/CheckedInt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698