Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/modules/quota/StorageQuota.idl

Issue 1873323002: Have bindings layer assume and insist that all interface types are GCed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/modules/quota/StorageQuota.idl
diff --git a/third_party/WebKit/Source/modules/quota/StorageQuota.idl b/third_party/WebKit/Source/modules/quota/StorageQuota.idl
index 1cfb28a24e248b00eec32ca4f117cee045d43ddc..a94e33510d25d214345b9ff27e6e12dbf0d1dbcf 100644
--- a/third_party/WebKit/Source/modules/quota/StorageQuota.idl
+++ b/third_party/WebKit/Source/modules/quota/StorageQuota.idl
@@ -34,7 +34,6 @@ enum StorageType {
};
[
- GarbageCollected,
NoInterfaceObject,
RuntimeEnabled=QuotaPromise
] interface StorageQuota {

Powered by Google App Engine