| Index: Source/WebCore/page/Settings.h
|
| diff --git a/Source/WebCore/page/Settings.h b/Source/WebCore/page/Settings.h
|
| index 5981c617c2c22de9b4ce1a70c70ee5bfa31d435f..c4f9d41814b9fe1f25a083ed69fb7dbaf171037d 100644
|
| --- a/Source/WebCore/page/Settings.h
|
| +++ b/Source/WebCore/page/Settings.h
|
| @@ -31,7 +31,6 @@
|
| #include "FontRenderingMode.h"
|
| #include "IntSize.h"
|
| #include "KURL.h"
|
| -#include "SecurityOrigin.h"
|
| #include "SettingsMacros.h"
|
| #include "Timer.h"
|
| #include <wtf/HashMap.h>
|
| @@ -186,9 +185,6 @@ namespace WebCore {
|
| bool isTouchEventEmulationEnabled() const { return m_touchEventEmulationEnabled; }
|
| #endif
|
|
|
| - void setStorageBlockingPolicy(SecurityOrigin::StorageBlockingPolicy);
|
| - SecurityOrigin::StorageBlockingPolicy storageBlockingPolicy() const { return m_storageBlockingPolicy; }
|
| -
|
| void setTimeWithoutMouseMovementBeforeHidingControls(double time) { m_timeWithoutMouseMovementBeforeHidingControls = time; }
|
| double timeWithoutMouseMovementBeforeHidingControls() const { return m_timeWithoutMouseMovementBeforeHidingControls; }
|
|
|
| @@ -208,7 +204,6 @@ namespace WebCore {
|
| ScriptFontFamilyMap m_cursiveFontFamilyMap;
|
| ScriptFontFamilyMap m_fantasyFontFamilyMap;
|
| ScriptFontFamilyMap m_pictographFontFamilyMap;
|
| - SecurityOrigin::StorageBlockingPolicy m_storageBlockingPolicy;
|
| float m_textAutosizingFontScaleFactor;
|
| IntSize m_textAutosizingWindowSizeOverride;
|
| bool m_textAutosizingEnabled : 1;
|
|
|