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

Unified Diff: Source/core/platform/text/BidiResolver.h

Issue 20231002: Replace RenderArena with PartitionAlloc (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 7 years, 5 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/platform/Partitions.cpp ('k') | Source/core/platform/text/BidiRunList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/text/BidiResolver.h
diff --git a/Source/core/platform/text/BidiResolver.h b/Source/core/platform/text/BidiResolver.h
index b42879ba9707a16c7a3e45c4ab9ef8270f18f793..71802f9f2e34e67a9c125249a0f502ad78fa214f 100644
--- a/Source/core/platform/text/BidiResolver.h
+++ b/Source/core/platform/text/BidiResolver.h
@@ -135,8 +135,6 @@ struct BidiCharacterRun {
}
}
- void destroy() { delete this; }
-
int start() const { return m_start; }
int stop() const { return m_stop; }
unsigned char level() const { return m_level; }
« no previous file with comments | « Source/core/platform/Partitions.cpp ('k') | Source/core/platform/text/BidiRunList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698