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

Unified Diff: Source/modules/indexeddb/IDBIndexParameters.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/filesystem/FileSystemFlags.idl ('k') | Source/modules/notifications/NotificationOptions.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/IDBIndexParameters.idl
diff --git a/Source/modules/indexeddb/IDBIndexParameters.idl b/Source/modules/indexeddb/IDBIndexParameters.idl
index 199d45c7b97d3cd3cb7b9d3f3818cb813b11bcc9..5673d1124880cffd6df7bb971856053b7fd48784 100644
--- a/Source/modules/indexeddb/IDBIndexParameters.idl
+++ b/Source/modules/indexeddb/IDBIndexParameters.idl
@@ -4,9 +4,7 @@
// https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#options-object-concept
-[
- GarbageCollected
-] dictionary IDBIndexParameters {
+dictionary IDBIndexParameters {
boolean unique = false;
boolean multiEntry = false;
};
« no previous file with comments | « Source/modules/filesystem/FileSystemFlags.idl ('k') | Source/modules/notifications/NotificationOptions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698