| Index: Source/core/page/Settings.h
|
| diff --git a/Source/core/page/Settings.h b/Source/core/page/Settings.h
|
| index e391fec1f50b36ef9bdff211727b4dbdfa834d8d..41f89e23f784d89be55ed04f1b272b3e101d9821 100644
|
| --- a/Source/core/page/Settings.h
|
| +++ b/Source/core/page/Settings.h
|
| @@ -86,7 +86,7 @@ public:
|
| const AtomicString& pictographFontFamily(UScriptCode = USCRIPT_COMMON) const;
|
|
|
| void setTextAutosizingEnabled(bool);
|
| - bool textAutosizingEnabled() const { return m_textAutosizingEnabled; }
|
| + bool textAutosizingEnabled() const;
|
|
|
| void setTextAutosizingFontScaleFactor(float);
|
| float textAutosizingFontScaleFactor() const { return m_textAutosizingFontScaleFactor; }
|
|
|