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

Unified Diff: Source/bindings/tests/idls/core/TestDictionary.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/bindings/tests/idls/core/TestDictionary.idl
diff --git a/Source/bindings/tests/idls/core/TestDictionary.idl b/Source/bindings/tests/idls/core/TestDictionary.idl
index 776a05e646d0766ed67e2fff19d1f5ade8812151..8f2913d6f6a638a351bd730917e085481ede9518 100644
--- a/Source/bindings/tests/idls/core/TestDictionary.idl
+++ b/Source/bindings/tests/idls/core/TestDictionary.idl
@@ -4,9 +4,7 @@
enum TestEnum { "foo", "bar", "baz" };
-[
- GarbageCollected,
-] dictionary TestDictionary {
+dictionary TestDictionary {
boolean booleanMember;
long longMember = 1;
DOMString stringMember;

Powered by Google App Engine
This is Rietveld 408576698