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

Unified Diff: Source/core/testing/InternalDictionary.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/core/testing/DictionaryTest.cpp ('k') | Source/modules/encoding/TextDecodeOptions.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/InternalDictionary.idl
diff --git a/Source/core/testing/InternalDictionary.idl b/Source/core/testing/InternalDictionary.idl
index d0c4e600c4c9b65ec82fb4ae0a5b3727eb842aa0..fd6724ff8d6cc381b9742ca465abbb31b917351a 100644
--- a/Source/core/testing/InternalDictionary.idl
+++ b/Source/core/testing/InternalDictionary.idl
@@ -4,9 +4,7 @@
enum InternalEnum { "foo", "bar", "baz" };
-[
- GarbageCollected
-] dictionary InternalDictionary {
+dictionary InternalDictionary {
long longMember;
long longMemberWithDefault = 42;
long? longOrNullMember;
« no previous file with comments | « Source/core/testing/DictionaryTest.cpp ('k') | Source/modules/encoding/TextDecodeOptions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698