| Index: Source/core/page/Settings.h
|
| diff --git a/Source/core/page/Settings.h b/Source/core/page/Settings.h
|
| index 5a6b3db18f502c07fbdb0d24b49867618437b475..2f4e524fedb8ae0c872145e72790ebb429025be0 100644
|
| --- a/Source/core/page/Settings.h
|
| +++ b/Source/core/page/Settings.h
|
| @@ -72,6 +72,8 @@ namespace WebCore {
|
| public:
|
| static PassOwnPtr<Settings> create(Page*);
|
|
|
| + void settingsChanged() const;
|
| +
|
| void setStandardFontFamily(const AtomicString&, UScriptCode = USCRIPT_COMMON);
|
| const AtomicString& standardFontFamily(UScriptCode = USCRIPT_COMMON) const;
|
|
|
|
|