Index: third_party/WebKit/Source/core/css/FontFace.idl |
diff --git a/third_party/WebKit/Source/core/css/FontFace.idl b/third_party/WebKit/Source/core/css/FontFace.idl |
index e847005d5e808106aa690878f9a7a0b8a511f3c5..bebae5fcfee751c5f6d448e8057e59d2064d72a0 100644 |
--- a/third_party/WebKit/Source/core/css/FontFace.idl |
+++ b/third_party/WebKit/Source/core/css/FontFace.idl |
@@ -58,4 +58,5 @@ enum FontFaceLoadStatus { |
[CallWith=ScriptState] Promise<FontFace> load(); |
[CallWith=ScriptState] readonly attribute Promise<FontFace> loaded; |
+ [CallWith=ScriptState, RuntimeEnabled=FontAccess, APIExperimentEnabled=FontAccess] readonly attribute Promise binaryData; |
}; |