Index: third_party/WebKit/Source/modules/quota/StorageManager.idl |
diff --git a/third_party/WebKit/Source/modules/quota/StorageManager.idl b/third_party/WebKit/Source/modules/quota/StorageManager.idl |
index 7d48dac1f520c134a8d911b50c41f83717c76d48..405f3f702da5fb1935a3808989f06a07dd149e77 100644 |
--- a/third_party/WebKit/Source/modules/quota/StorageManager.idl |
+++ b/third_party/WebKit/Source/modules/quota/StorageManager.idl |
@@ -8,7 +8,6 @@ enum PersistentStoragePermission { "default", "denied", "granted" }; |
[ |
Exposed=(Window,Worker), |
- GarbageCollected, |
RuntimeEnabled=DurableStorage, |
] interface StorageManager { |
[Exposed=Window, CallWith=ScriptState] Promise<boolean> requestPersistent(); |