summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/storage/storage_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/storage/storage_controller.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/storage/storage_controller.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/blink/renderer/modules/storage/storage_controller.h b/chromium/third_party/blink/renderer/modules/storage/storage_controller.h
index f706c84df2f..5d7140bc74f 100644
--- a/chromium/third_party/blink/renderer/modules/storage/storage_controller.h
+++ b/chromium/third_party/blink/renderer/modules/storage/storage_controller.h
@@ -57,9 +57,9 @@ class MODULES_EXPORT StorageController {
mojom::blink::StoragePartitionServicePtr storage_partition_service,
size_t total_cache_limit);
- // Creates a new StorageNamespace for Session storage, and holds a weak
- // reference for accounting & clearing. If there is already a StorageNamespace
- // created for the given id, it is returned.
+ // Creates a MakeGarbageCollected<StorageNamespace> for Session storage, and
+ // holds a weak reference for accounting & clearing. If there is already a
+ // StorageNamespace created for the given id, it is returned.
StorageNamespace* CreateSessionStorageNamespace(const String& namespace_id);
// Returns the total size of all cached areas in namespaces this controller