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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerClientQueryOptions.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
Index: Source/modules/serviceworkers/ServiceWorkerClientQueryOptions.idl
diff --git a/Source/modules/serviceworkers/ServiceWorkerClientQueryOptions.idl b/Source/modules/serviceworkers/ServiceWorkerClientQueryOptions.idl
index 7ce583ae62473a34a9402372a1d5eb8eab6f43eb..2d78919ea33118ab3a8d42db0e96c39fcf6abd1c 100644
--- a/Source/modules/serviceworkers/ServiceWorkerClientQueryOptions.idl
+++ b/Source/modules/serviceworkers/ServiceWorkerClientQueryOptions.idl
@@ -3,8 +3,6 @@
// found in the LICENSE file.
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#serviceworker-client-query-params-dictionary
-[
- GarbageCollected
-] dictionary ServiceWorkerClientQueryOptions {
+dictionary ServiceWorkerClientQueryOptions {
boolean includeUncontrolled = false;
};
« no previous file with comments | « Source/modules/serviceworkers/RegistrationOptions.idl ('k') | Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698