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

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
Index: Source/platform/text/BidiCharacterRun.cpp
diff --git a/Source/platform/text/BidiCharacterRun.cpp b/Source/platform/text/BidiCharacterRun.cpp
index d779010d445929a1f29c9cfea622341eafa0fdb5..f3854336dd124d7e2d25843488639eddcb12fa2b 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::getLayoutPartition(), sz);
}
void BidiCharacterRun::operator delete(void* ptr)

Powered by Google App Engine
This is Rietveld 408576698