| Index: Source/platform/fonts/WidthIterator.h
|
| diff --git a/Source/platform/fonts/WidthIterator.h b/Source/platform/fonts/WidthIterator.h
|
| index 3df34b6c46f1b60b4588730b571add27e2ced6ab..bd54b164abfde87b0ffc5e5180aa270a4bda4d5b 100644
|
| --- a/Source/platform/fonts/WidthIterator.h
|
| +++ b/Source/platform/fonts/WidthIterator.h
|
| @@ -55,8 +55,6 @@ public:
|
| float runWidthSoFar() const { return m_runWidthSoFar; }
|
|
|
| #if ENABLE(SVG_FONTS)
|
| - String lastGlyphName() const { return m_lastGlyphName; }
|
| - void setLastGlyphName(const String& name) { m_lastGlyphName = name; }
|
| Vector<SVGGlyph::ArabicForm>& arabicForms() { return m_arabicForms; }
|
| #endif
|
|
|
| @@ -78,7 +76,6 @@ public:
|
| float m_finalRoundingWidth;
|
|
|
| #if ENABLE(SVG_FONTS)
|
| - String m_lastGlyphName;
|
| Vector<SVGGlyph::ArabicForm> m_arabicForms;
|
| #endif
|
|
|
|
|