| Index: third_party/WebKit/Source/modules/storage/StorageArea.h
|
| diff --git a/third_party/WebKit/Source/modules/storage/StorageArea.h b/third_party/WebKit/Source/modules/storage/StorageArea.h
|
| index eed32836c9ee1ed6ed158c2a986531c7e0f99b78..1334840fb614a873febea3a0d910f97860c2a379 100644
|
| --- a/third_party/WebKit/Source/modules/storage/StorageArea.h
|
| +++ b/third_party/WebKit/Source/modules/storage/StorageArea.h
|
| @@ -65,7 +65,6 @@ public:
|
| bool contains(const String& key, ExceptionState&, LocalFrame* sourceFrame);
|
|
|
| bool canAccessStorage(LocalFrame*);
|
| - size_t memoryBytesUsedByCache();
|
|
|
| static void dispatchLocalStorageEvent(const String& key, const String& oldValue, const String& newValue,
|
| SecurityOrigin*, const KURL& pageURL, WebStorageArea* sourceAreaInstance);
|
|
|