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

Unified Diff: Source/core/css/FontFaceDescriptors.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/bindings/tests/results/core/V8TestObject.cpp ('k') | Source/core/dom/DOMPointInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/FontFaceDescriptors.idl
diff --git a/Source/core/css/FontFaceDescriptors.idl b/Source/core/css/FontFaceDescriptors.idl
index 1ba9ef1cadccdd963d0415e3016bf1c4e12385c6..ead54b30b5b49799105cc870ed7370ad0b0d8d68 100644
--- a/Source/core/css/FontFaceDescriptors.idl
+++ b/Source/core/css/FontFaceDescriptors.idl
@@ -2,9 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[
- GarbageCollected
-] dictionary FontFaceDescriptors {
+dictionary FontFaceDescriptors {
DOMString style = "normal";
DOMString weight = "normal";
DOMString stretch = "normal";
« no previous file with comments | « Source/bindings/tests/results/core/V8TestObject.cpp ('k') | Source/core/dom/DOMPointInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698