Index: Source/core/css/FontFace.idl |
diff --git a/Source/core/css/FontFace.idl b/Source/core/css/FontFace.idl |
index 98886130169f7e2be787424890ecee817b208213..77d12b268e787c2557288006983c34cd3a75b994 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, Dictionary descriptors), |
- Constructor(DOMString family, ArrayBuffer source, Dictionary descriptors), |
- Constructor(DOMString family, ArrayBufferView source, Dictionary descriptors), |
+ Constructor(DOMString family, DOMString source, optional Dictionary descriptors), |
+ Constructor(DOMString family, ArrayBuffer source, optional Dictionary descriptors), |
+ Constructor(DOMString family, ArrayBufferView source, optional Dictionary descriptors), |
ConstructorCallWith=ExecutionContext, |
RaisesException=Constructor, |
RuntimeEnabled=FontLoadEvents, |