summaryrefslogtreecommitdiffstats
path: root/WebCore/page/Settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/Settings.cpp')
-rw-r--r--WebCore/page/Settings.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/WebCore/page/Settings.cpp b/WebCore/page/Settings.cpp
index faa7140..2e67bf1 100644
--- a/WebCore/page/Settings.cpp
+++ b/WebCore/page/Settings.cpp
@@ -159,12 +159,16 @@ Settings::Settings(Page* page)
, m_memoryInfoEnabled(false)
, m_interactiveFormValidation(false)
, m_usePreHTML5ParserQuirks(false)
+<<<<<<< HEAD
#if ENABLE(WEB_AUTOFILL)
, m_autoFillEnabled(false)
#endif
#ifdef ANDROID_PLUGINS
, m_pluginsOnDemand(false)
#endif
+=======
+ , m_hyperlinkAuditingEnabled(false)
+>>>>>>> webkit.org at r68651
{
// A Frame may not have been created yet, so we initialize the AtomicString
// hash before trying to use it.
@@ -699,11 +703,6 @@ void Settings::setLocalStorageDatabasePath(const String& path)
m_localStorageDatabasePath = path;
}
-void Settings::setFileSystemRootPath(const String& path)
-{
- m_fileSystemRootPath = path;
-}
-
void Settings::setApplicationChromeMode(bool mode)
{
m_inApplicationChromeMode = mode;