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

Unified Diff: core/css/FontFace.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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/CSSStyleRule.idl ('k') | core/css/FontFaceSet.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/css/FontFace.idl
diff --git a/core/css/FontFace.idl b/core/css/FontFace.idl
index 37e45c44d39a9f48b7555e1cb112e77d69cc267c..527e800ebe3a844c32deddf3be86f11309415a4c 100644
--- a/core/css/FontFace.idl
+++ b/core/css/FontFace.idl
@@ -39,10 +39,11 @@ enum FontFaceLoadStatus {
// TODO(philipj): This interface should be [Exposed=Window,Worker].
[
- ActiveDOMObject,
+ DependentLifetime,
// FIXME: This should be (DOMString or BinaryData), where BinaryData is typedef of (ArrayBuffer or ArrayBufferView)
Constructor(DOMString family, (DOMString or ArrayBuffer or ArrayBufferView) source, optional FontFaceDescriptors descriptors),
ConstructorCallWith=ExecutionContext,
+ MeasureAs=FontFaceConstructor,
WillBeGarbageCollected,
] interface FontFace {
[RaisesException=Setter, SetterCallWith=ExecutionContext] attribute DOMString family;
« no previous file with comments | « core/css/CSSStyleRule.idl ('k') | core/css/FontFaceSet.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698