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

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

Issue 78713009: Introduce toV8NoInline (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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
Index: Source/core/css/FontFaceSet.idl
diff --git a/Source/core/css/FontFaceSet.idl b/Source/core/css/FontFaceSet.idl
index daa2e8efcbd7fd579c27039a5b86b52b115dd91c..cae828708a3f953bd5fbbef7708cc3093782fd0b 100644
--- a/Source/core/css/FontFaceSet.idl
+++ b/Source/core/css/FontFaceSet.idl
@@ -34,7 +34,8 @@ enum FontFaceSetLoadStatus { "loading", "loaded" };
NoInterfaceObject,
RuntimeEnabled=FontLoadEvents,
ActiveDOMObject,
- GenerateIsReachable=document
+ GenerateIsReachable=document,
+ PromiseResolutionTarget,
] interface FontFaceSet : EventTarget {
attribute EventHandler onloading;

Powered by Google App Engine
This is Rietveld 408576698