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

Unified Diff: third_party/WebKit/Source/wtf/Assertions.h

Issue 2518253002: Move Partition Allocator into Chromium base. (Closed)
Patch Set: Move OOM_CRASH into its own, more specific header. Fixes Windows build. Created 4 years 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: third_party/WebKit/Source/wtf/Assertions.h
diff --git a/third_party/WebKit/Source/wtf/Assertions.h b/third_party/WebKit/Source/wtf/Assertions.h
index 637d0950412950c106e95dd2b3a5c7e3f33f5d06..db71532243b89a103a0bb64e8fd75fe840260266 100644
--- a/third_party/WebKit/Source/wtf/Assertions.h
+++ b/third_party/WebKit/Source/wtf/Assertions.h
@@ -33,6 +33,7 @@
// For non-debug builds, everything is disabled by default, except for the
// RELEASE_ASSERT family of macros.
+#include "base/allocator/oom.h"
#include "base/gtest_prod_util.h"
#include "base/logging.h"
#include "wtf/Compiler.h"

Powered by Google App Engine
This is Rietveld 408576698