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

Unified Diff: third_party/WebKit/Source/platform/heap/PageMemory.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/platform/heap/PageMemory.h
diff --git a/third_party/WebKit/Source/platform/heap/PageMemory.h b/third_party/WebKit/Source/platform/heap/PageMemory.h
index 457ba455141212f9b8b9ef322c95421be13ccfea..6e1e87a24d91de89b067376e31b5d8f808f8808b 100644
--- a/third_party/WebKit/Source/platform/heap/PageMemory.h
+++ b/third_party/WebKit/Source/platform/heap/PageMemory.h
@@ -9,7 +9,7 @@
#include "wtf/Allocator.h"
#include "wtf/Assertions.h"
#include "wtf/Compiler.h"
-#include "wtf/allocator/PageAllocator.h"
+#include "wtf/allocator/Partitions.h"
#if OS(POSIX)
#include <sys/mman.h>

Powered by Google App Engine
This is Rietveld 408576698