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

Unified Diff: core/css/FontFaceSet.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/FontFaceDescriptors.idl ('k') | core/css/FontFaceSetLoadEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/css/FontFaceSet.idl
diff --git a/core/css/FontFaceSet.idl b/core/css/FontFaceSet.idl
index 10bc2f718380a63df398ea4f3ba1a45e8cdc9edf..31ae4fc8d0cc9d2c446b0967cc8dbe1a3f4a72ee 100644
--- a/core/css/FontFaceSet.idl
+++ b/core/css/FontFaceSet.idl
@@ -34,15 +34,14 @@ enum FontFaceSetLoadStatus { "loading", "loaded" };
ActiveDOMObject,
SetWrapperReferenceFrom=document,
NoInterfaceObject,
- RuntimeEnabled=FontLoadEvents,
] interface FontFaceSet : EventTarget {
attribute EventHandler onloading;
attribute EventHandler onloadingdone;
attribute EventHandler onloadingerror;
- [RaisesException] boolean check(DOMString font, optional DOMString text = null);
- [CallWith=ScriptState] Promise load(DOMString font, optional DOMString text = null);
+ [RaisesException] boolean check(DOMString font, optional DOMString text = " ");
+ [CallWith=ScriptState] Promise load(DOMString font, optional DOMString text = " ");
[MeasureAs=FontFaceSetReady, CallWith=ScriptState] Promise ready();
[RaisesException] void add(FontFace fontFace);
« no previous file with comments | « core/css/FontFaceDescriptors.idl ('k') | core/css/FontFaceSetLoadEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698