| Index: Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
|
| diff --git a/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h b/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
|
| index 5c006bc37373bcedf41e7052ada6ae6032724660..c21e5116d93ae875968a5cf5f3cb0e31b6fa8b8e 100644
|
| --- a/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
|
| +++ b/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
|
| @@ -54,7 +54,6 @@ public:
|
| };
|
|
|
| HarfBuzzShaper(const Font*, const TextRun&);
|
| - virtual ~HarfBuzzShaper();
|
|
|
| void setDrawRange(int from, int to);
|
| bool shape(GlyphBuffer* = 0);
|
|
|