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

Unified Diff: core/css/FontFace.idl

Issue 959933002: Move IDLs to 39 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 5 years, 10 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 | « core/css/DocumentFontFaceSet.idl ('k') | core/css/FontFaceDescriptors.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/css/FontFace.idl
diff --git a/core/css/FontFace.idl b/core/css/FontFace.idl
index ef915f03a002baf02afc777bbb874857133f5ddf..d83c666b895521d146ba440d5c6622e89552a0d3 100644
--- a/core/css/FontFace.idl
+++ b/core/css/FontFace.idl
@@ -38,12 +38,12 @@ enum FontFaceLoadStatus {
};
[
+ ActiveDOMObject,
// FIXME: should be union type http://crbug.com/240176
- Constructor(DOMString family, DOMString source, optional Dictionary descriptors),
- Constructor(DOMString family, ArrayBuffer source, optional Dictionary descriptors),
- Constructor(DOMString family, ArrayBufferView source, optional Dictionary descriptors),
+ Constructor(DOMString family, DOMString source, optional FontFaceDescriptors descriptors),
+ Constructor(DOMString family, ArrayBuffer source, optional FontFaceDescriptors descriptors),
+ Constructor(DOMString family, ArrayBufferView source, optional FontFaceDescriptors descriptors),
ConstructorCallWith=ExecutionContext,
- RuntimeEnabled=FontLoadEvents,
WillBeGarbageCollected,
] interface FontFace {
« no previous file with comments | « core/css/DocumentFontFaceSet.idl ('k') | core/css/FontFaceDescriptors.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698