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

Unified Diff: Source/core/dom/DOMPointInit.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/css/FontFaceDescriptors.idl ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMPointInit.idl
diff --git a/Source/core/dom/DOMPointInit.idl b/Source/core/dom/DOMPointInit.idl
index b1d7090f7fb20649f180d897adc7c8791e16d874..c11785e49928a39d0df3c2e89e3933a7bb3a96c2 100644
--- a/Source/core/dom/DOMPointInit.idl
+++ b/Source/core/dom/DOMPointInit.idl
@@ -4,9 +4,7 @@
// Spec: http://dev.w3.org/fxtf/geometry/#DOMPoint
-[
- GarbageCollected
-] dictionary DOMPointInit {
+dictionary DOMPointInit {
unrestricted double x = 0;
unrestricted double y = 0;
unrestricted double z = 0;
« no previous file with comments | « Source/core/css/FontFaceDescriptors.idl ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698