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

Unified Diff: Source/core/css/FontFace.idl

Issue 429853002: IDL: Add build target for IDL dictionary impl generation in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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/css/FontFace.idl
diff --git a/Source/core/css/FontFace.idl b/Source/core/css/FontFace.idl
index 77d12b268e787c2557288006983c34cd3a75b994..b8c37ff478027cd68a66872ff81742af54cfc8b9 100644
--- a/Source/core/css/FontFace.idl
+++ b/Source/core/css/FontFace.idl
@@ -39,9 +39,9 @@ enum FontFaceLoadStatus {
[
// 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,
RaisesException=Constructor,
RuntimeEnabled=FontLoadEvents,

Powered by Google App Engine
This is Rietveld 408576698