| Index: Source/WebCore/page/Settings.h
|
| diff --git a/Source/WebCore/page/Settings.h b/Source/WebCore/page/Settings.h
|
| index 09a143657ded8359b21c93b4298bfc37e059558a..e4bd3f1682a4b028a34b9834180bbc06054e6a65 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>
|
| @@ -195,9 +194,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; }
|
|
|
| @@ -217,7 +213,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;
|
|
|