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

Unified Diff: Source/core/dom/ElementRegistrationOptions.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/dom/Document.cpp ('k') | Source/core/dom/MutationObserverInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ElementRegistrationOptions.idl
diff --git a/Source/core/dom/ElementRegistrationOptions.idl b/Source/core/dom/ElementRegistrationOptions.idl
index c39e9142ffc614f1abe13756dcb5d4256650d466..cbda61d2676ea6129da3baed39c31b6ee4b57606 100644
--- a/Source/core/dom/ElementRegistrationOptions.idl
+++ b/Source/core/dom/ElementRegistrationOptions.idl
@@ -4,9 +4,7 @@
// Spec: http://w3c.github.io/webcomponents/spec/custom/#api-element-registration-options
-[
- GarbageCollected
-] dictionary ElementRegistrationOptions {
+dictionary ElementRegistrationOptions {
object? prototype = null;
DOMString? extends = null;
};
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/dom/MutationObserverInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698