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

Unified Diff: Source/wtf/PartitionAlloc.cpp

Issue 25640003: Optimize test for pointer being in a partition on 32-bit. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixes. Created 7 years, 2 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/wtf/PartitionAlloc.cpp
diff --git a/Source/wtf/PartitionAlloc.cpp b/Source/wtf/PartitionAlloc.cpp
index facfef1a186d21e4196773a3d639d398ad768742..ab9f1db4eaf463ca707436b6cbd7fcc4ae4106f9 100644
--- a/Source/wtf/PartitionAlloc.cpp
+++ b/Source/wtf/PartitionAlloc.cpp
@@ -31,7 +31,6 @@
#include "config.h"
#include "wtf/PartitionAlloc.h"
-#include "wtf/PageAllocator.h"
#include "wtf/Vector.h"
#ifndef NDEBUG

Powered by Google App Engine
This is Rietveld 408576698