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

Unified Diff: third_party/WebKit/Source/platform/heap/CallbackStack.cpp

Issue 2518253002: Move Partition Allocator into Chromium base. (Closed)
Patch Set: Rebase and resolve conflict. 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/CallbackStack.cpp
diff --git a/third_party/WebKit/Source/platform/heap/CallbackStack.cpp b/third_party/WebKit/Source/platform/heap/CallbackStack.cpp
index c6e905c629d2bf31b3f76b29804d402f928f7e25..39389f19ddcfc56306f0aac035bab4bae60ab127 100644
--- a/third_party/WebKit/Source/platform/heap/CallbackStack.cpp
+++ b/third_party/WebKit/Source/platform/heap/CallbackStack.cpp
@@ -4,7 +4,6 @@
#include "platform/heap/CallbackStack.h"
#include "wtf/PtrUtil.h"
-#include "wtf/allocator/PageAllocator.h"
#include "wtf/allocator/Partitions.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698