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

Unified Diff: Source/modules/serviceworkers/RegistrationOptions.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/RegistrationOptions.idl
diff --git a/Source/modules/serviceworkers/RegistrationOptions.idl b/Source/modules/serviceworkers/RegistrationOptions.idl
index d01c634358cd3e4c54bb244fea4d46277f7904d2..704640b90f142654b63f8b881dc3c0af3079de73 100644
--- a/Source/modules/serviceworkers/RegistrationOptions.idl
+++ b/Source/modules/serviceworkers/RegistrationOptions.idl
@@ -3,8 +3,6 @@
// found in the LICENSE file.
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#registration-option-list-dictionary
-[
- GarbageCollected
-] dictionary RegistrationOptions {
+dictionary RegistrationOptions {
ScalarValueString scope = "/";
};
« no previous file with comments | « Source/modules/serviceworkers/CacheTest.cpp ('k') | Source/modules/serviceworkers/ServiceWorkerClientQueryOptions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698