Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1542)

Unified Diff: Source/modules/serviceworkers/CacheQueryOptions.idl

Issue 656073002: IDL: Use ALLOW_ONLY_INLINE_ALLOCATION() in dictionaries (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/notifications/NotificationOptions.idl ('k') | Source/modules/serviceworkers/CacheTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/CacheQueryOptions.idl
diff --git a/Source/modules/serviceworkers/CacheQueryOptions.idl b/Source/modules/serviceworkers/CacheQueryOptions.idl
index b1ecd3e032ba8ccbeca9e5fd2d99b9b840a15b92..60ad4ed80042d12d5ee864d9c3b23ad4b0cd14a9 100644
--- a/Source/modules/serviceworkers/CacheQueryOptions.idl
+++ b/Source/modules/serviceworkers/CacheQueryOptions.idl
@@ -3,9 +3,7 @@
// found in the LICENSE file.
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache
-[
- GarbageCollected
-] dictionary CacheQueryOptions {
+dictionary CacheQueryOptions {
boolean ignoreSearch = false;
boolean ignoreMethod = false;
boolean ignoreVary = false;
« no previous file with comments | « Source/modules/notifications/NotificationOptions.idl ('k') | Source/modules/serviceworkers/CacheTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698