Index: Source/core/frame/Settings.h |
diff --git a/Source/core/frame/Settings.h b/Source/core/frame/Settings.h |
index b6b7737bfe00e073fde780f473e7d4392675c66c..248da5fcd003394657edfd538fc1ba6648c03a59 100644 |
--- a/Source/core/frame/Settings.h |
+++ b/Source/core/frame/Settings.h |
@@ -39,14 +39,6 @@ |
namespace WebCore { |
-enum EditableLinkBehavior { |
- EditableLinkDefaultBehavior, |
- EditableLinkAlwaysLive, |
- EditableLinkOnlyLiveWithShiftKey, |
- EditableLinkLiveWhenNotFocused, |
- EditableLinkNeverLive |
-}; |
- |
class Settings { |
WTF_MAKE_NONCOPYABLE(Settings); WTF_MAKE_FAST_ALLOCATED; |
public: |