| Index: Source/WebCore/storage/StorageAreaImpl.h
|
| diff --git a/Source/WebCore/storage/StorageAreaImpl.h b/Source/WebCore/storage/StorageAreaImpl.h
|
| index fa82cd5ab32b38993403f03fd3b9255176aafebc..d4f041467f63226a2b5016d7301dca73077d34a1 100644
|
| --- a/Source/WebCore/storage/StorageAreaImpl.h
|
| +++ b/Source/WebCore/storage/StorageAreaImpl.h
|
| @@ -78,7 +78,6 @@ private:
|
|
|
| void blockUntilImportComplete() const;
|
| void closeDatabaseTimerFired(Timer<StorageAreaImpl>*);
|
| - bool disabledByPrivateBrowsingInFrame(const Frame* sourceFrame) const;
|
|
|
| void dispatchStorageEvent(const String& key, const String& oldValue, const String& newValue, Frame* sourceFrame);
|
|
|
|
|