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

Unified Diff: Source/modules/filesystem/FileSystemFlags.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/encoding/TextDecoder.cpp ('k') | Source/modules/indexeddb/IDBIndexParameters.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/FileSystemFlags.idl
diff --git a/Source/modules/filesystem/FileSystemFlags.idl b/Source/modules/filesystem/FileSystemFlags.idl
index 8e66941d06b2be74f90e9d7f63a0056330d1c3ff..84707ae97d29c04621d565d0f18b38eeb4ab8555 100644
--- a/Source/modules/filesystem/FileSystemFlags.idl
+++ b/Source/modules/filesystem/FileSystemFlags.idl
@@ -6,9 +6,7 @@
// In the spec, the flags don't have default values, but Blink assumes
// that they are false when not specified.
-[
- GarbageCollected
-] dictionary FileSystemFlags {
+dictionary FileSystemFlags {
// [ImplementedAs] is used to workaround a name conflict; our IDL
// compiler generates create() static method which creates an impl instance.
[ImplementedAs=createFlag] boolean create = false;
« no previous file with comments | « Source/modules/encoding/TextDecoder.cpp ('k') | Source/modules/indexeddb/IDBIndexParameters.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698