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

Unified Diff: Source/core/loader/cache/CachedResourceClient.h

Issue 22887044: [oilpan] Make the oilpan branch build on Mac. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Only disable the malloc part of consistency checking Created 7 years, 4 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
Index: Source/core/loader/cache/CachedResourceClient.h
diff --git a/Source/core/loader/cache/CachedResourceClient.h b/Source/core/loader/cache/CachedResourceClient.h
index 022a2fe28391a6ced1338eca4f5b15e02c9807e1..a6936cc824fd4daa74175299400caeb613c94857 100644
--- a/Source/core/loader/cache/CachedResourceClient.h
+++ b/Source/core/loader/cache/CachedResourceClient.h
@@ -32,7 +32,6 @@ namespace WebCore {
class CachedResource;
class CachedResourceClient {
- WTF_MAKE_FAST_ALLOCATED;
public:
enum CachedResourceClientType {
BaseResourceType,

Powered by Google App Engine
This is Rietveld 408576698