tizen beta release
[framework/web/webkit-efl.git] / Source / WebCore / storage / StorageNamespace.h
index b8fa779..6017645 100755 (executable)
@@ -47,7 +47,6 @@ public:
     virtual PassRefPtr<StorageArea> storageArea(PassRefPtr<SecurityOrigin>) = 0;
     virtual PassRefPtr<StorageNamespace> copy() = 0;
     virtual void close() = 0;
-    virtual void unlock() = 0;
     virtual void clearOriginForDeletion(SecurityOrigin*) = 0;
     virtual void clearAllOriginsForDeletion() = 0;
     virtual void sync() = 0;