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

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

Issue 1415363002: Refactoring: Remove Partitions::bufferRealloc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/Partitions.h
diff --git a/third_party/WebKit/Source/wtf/Partitions.h b/third_party/WebKit/Source/wtf/Partitions.h
index 8c7ce102b26f9d464c11c48ca40abc13ffd0be39..d8bb024ec6c554550397e31ed73ae7c8427e494b 100644
--- a/third_party/WebKit/Source/wtf/Partitions.h
+++ b/third_party/WebKit/Source/wtf/Partitions.h
@@ -95,11 +95,6 @@ public:
return partitionAllocGeneric(bufferPartition(), n);
}
- ALWAYS_INLINE static void* bufferRealloc(void* p, size_t n)
- {
- return partitionReallocGeneric(bufferPartition(), p, n);
- }
-
ALWAYS_INLINE static void bufferFree(void* p)
{
partitionFreeGeneric(bufferPartition(), p);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698