| Index: tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| index d15ba933ab7aed52e6d31c701513bf39ac9f23e7..a8c0c3266afc99ac7359974cdc6b369a3892a8c4 100644
|
| --- a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| @@ -146,3 +146,13 @@ Future<Isolate> spawnDomUri(Uri uri, List<String> args, message) {
|
| }
|
|
|
| createCustomUpgrader(Type customElementClass, $this) => $this;
|
| +
|
| +/**
|
| + * Emitted for any setlike IDL entry needs a callback signature.
|
| + * Today there is only one.
|
| + */
|
| +@DomName('FontFaceSetForEachCallback')
|
| +@Experimental() // untriaged
|
| +typedef void FontFaceSetForEachCallback(
|
| + FontFace fontFace, FontFace fontFaceAgain, FontFaceSet set);
|
| +
|
|
|