summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/storage/StorageNamespaceImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/storage/StorageNamespaceImpl.h')
-rw-r--r--Source/WebCore/storage/StorageNamespaceImpl.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/Source/WebCore/storage/StorageNamespaceImpl.h b/Source/WebCore/storage/StorageNamespaceImpl.h
index 871f540..f13ff47 100644
--- a/Source/WebCore/storage/StorageNamespaceImpl.h
+++ b/Source/WebCore/storage/StorageNamespaceImpl.h
@@ -53,12 +53,6 @@ namespace WebCore {
virtual void close();
virtual void unlock();
-<<<<<<< HEAD
-#ifdef ANDROID
- virtual void clear(Page*);
-#endif
-
-=======
// Not removing the origin's StorageArea from m_storageAreaMap because
// we're just deleting the underlying db file. If an item is added immediately
// after file deletion, we want the same StorageArea to eventually trigger
@@ -67,7 +61,10 @@ namespace WebCore {
virtual void clearAllOriginsForDeletion();
virtual void sync();
->>>>>>> webkit.org at r82507
+#ifdef ANDROID
+ virtual void clear(Page*);
+#endif
+
private:
StorageNamespaceImpl(StorageType, const String& path, unsigned quota);