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

Unified Diff: Source/modules/notifications/NotificationOptions.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/notifications/NotificationOptions.idl
diff --git a/Source/modules/notifications/NotificationOptions.idl b/Source/modules/notifications/NotificationOptions.idl
index 823032260dbf41e44fe4336f6f80ccfa73a38318..5b01b6a8709c5463f1835e786b00ba5e2655435b 100644
--- a/Source/modules/notifications/NotificationOptions.idl
+++ b/Source/modules/notifications/NotificationOptions.idl
@@ -10,9 +10,7 @@ enum NotificationDirection {
"rtl"
};
-[
- GarbageCollected
-] dictionary NotificationOptions {
+dictionary NotificationOptions {
NotificationDirection dir = "auto";
DOMString lang = "";
DOMString body = "";
« no previous file with comments | « Source/modules/indexeddb/IDBIndexParameters.idl ('k') | Source/modules/serviceworkers/CacheQueryOptions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698