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

Unified Diff: Source/core/dom/MutationObserverInit.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/core/dom/MutationObserverInit.idl
diff --git a/Source/core/dom/MutationObserverInit.idl b/Source/core/dom/MutationObserverInit.idl
index e44a484672f808377aa3d5db2d57de8899ce9ab2..a9f97242355e0f383dcb05f05662104fca7559eb 100644
--- a/Source/core/dom/MutationObserverInit.idl
+++ b/Source/core/dom/MutationObserverInit.idl
@@ -4,9 +4,7 @@
// Spec: http://dom.spec.whatwg.org/#interface-mutationobserver
-[
- GarbageCollected
-] dictionary MutationObserverInit {
+dictionary MutationObserverInit {
boolean childList = false;
boolean attributes;
boolean characterData;

Powered by Google App Engine
This is Rietveld 408576698