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; } |