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

Unified Diff: Source/platform/text/BidiCharacterRun.cpp

Issue 1189593003: Rename Partitions::getRenderingPartition() -> getLayoutPartition() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « Source/core/paint/DeprecatedPaintLayer.cpp ('k') | Source/wtf/ArrayBufferContents.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/BidiCharacterRun.cpp
diff --git a/Source/platform/text/BidiCharacterRun.cpp b/Source/platform/text/BidiCharacterRun.cpp
index d779010d445929a1f29c9cfea622341eafa0fdb5..540017f47479d8f4ec6262625bc6cda7604cb154 100644
--- a/Source/platform/text/BidiCharacterRun.cpp
+++ b/Source/platform/text/BidiCharacterRun.cpp
@@ -38,7 +38,7 @@ void* BidiCharacterRun::operator new(size_t sz)
#ifndef NDEBUG
bidiRunCounter.increment();
#endif
- return partitionAlloc(Partitions::getRenderingPartition(), sz);
+ return partitionAlloc(Partitions::layoutPartition(), sz);
}
void BidiCharacterRun::operator delete(void* ptr)
« no previous file with comments | « Source/core/paint/DeprecatedPaintLayer.cpp ('k') | Source/wtf/ArrayBufferContents.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698