Index: Source/platform/fonts/Font.h |
diff --git a/Source/platform/fonts/Font.h b/Source/platform/fonts/Font.h |
index c719e1959b93cd55c1dd03e5d05954b7a52bed68..c9e659927f1bba196b05b3adf0667fa7e20caccb 100644 |
--- a/Source/platform/fonts/Font.h |
+++ b/Source/platform/fonts/Font.h |
@@ -88,9 +88,6 @@ public: |
bool operator!=(const Font& other) const { return !(*this == other); } |
const FontDescription& fontDescription() const { return m_fontDescription; } |
- // FIXME: This is currently used by RenderStyle::setWordSpacing and RenderStyle::setLetterSpacing. |
- // They are being removed. Do NOT add new uses of this function. Use FontBuilder instead. |
- FontDescription& mutableFontDescription() { return m_fontDescription; } |
void update(PassRefPtr<FontSelector>) const; |