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

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

Issue 42883002: Ship DOM/Promises (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@websocket-inspector-ipc
Patch Set: rebase Created 7 years, 2 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 | « Source/bindings/v8/ScriptPromiseResolver.cpp ('k') | Source/core/dom/Promise.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/FontFaceSet.idl
diff --git a/Source/core/css/FontFaceSet.idl b/Source/core/css/FontFaceSet.idl
index da6a8242157bc514abcee50defe69bd2f2cffde8..daa2e8efcbd7fd579c27039a5b86b52b115dd91c 100644
--- a/Source/core/css/FontFaceSet.idl
+++ b/Source/core/css/FontFaceSet.idl
@@ -43,8 +43,8 @@ enum FontFaceSetLoadStatus { "loading", "loaded" };
[RaisesException] sequence<FontFace> match(DOMString font, [Default=NullString] optional DOMString text);
[RaisesException] boolean check(DOMString font, [Default=NullString] optional DOMString text);
- [RuntimeEnabled=Promise, RaisesException] Promise load(DOMString font, [Default=NullString] optional DOMString text);
- [RuntimeEnabled=Promise] Promise ready();
+ [RaisesException] Promise load(DOMString font, [Default=NullString] optional DOMString text);
+ Promise ready();
readonly attribute FontFaceSetLoadStatus status;
};
« no previous file with comments | « Source/bindings/v8/ScriptPromiseResolver.cpp ('k') | Source/core/dom/Promise.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698