Index: Source/modules/storage/InspectorDOMStorageAgent.h |
diff --git a/Source/modules/storage/InspectorDOMStorageAgent.h b/Source/modules/storage/InspectorDOMStorageAgent.h |
index 8c72431a2a6ca9b9f6b6ad6d8e71d11e23e542f4..ea4865e127bf04c16fbba6f0de0180d2bc5601ca 100644 |
--- a/Source/modules/storage/InspectorDOMStorageAgent.h |
+++ b/Source/modules/storage/InspectorDOMStorageAgent.h |
@@ -71,7 +71,7 @@ private: |
void setDOMStorageItem(ErrorString*, const RefPtr<JSONObject>& storageId, const String& key, const String& value) override; |
void removeDOMStorageItem(ErrorString*, const RefPtr<JSONObject>& storageId, const String& key) override; |
- PassOwnPtrWillBeRawPtr<StorageArea> findStorageArea(ErrorString*, const RefPtr<JSONObject>&, LocalFrame*&); |
+ StorageArea* findStorageArea(ErrorString*, const RefPtr<JSONObject>&, LocalFrame*&); |
PassRefPtr<TypeBuilder::DOMStorage::StorageId> storageId(SecurityOrigin*, bool isLocalStorage); |
RawPtrWillBeMember<Page> m_page; |