| Index: tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| diff --git a/tools/dom/templates/html/dartium/html_dartium.darttemplate b/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| index e8a6a3183392aedb5df00113d505baf31cea0b25..dba9e79c823edc01e8baff70a560ad4c52fe59e8 100644
|
| --- a/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| @@ -377,3 +377,13 @@ class DartHtmlDomObject extends NativeFieldWrapperClass2 {}
|
| _createCustomUpgrader(Type customElementClass, $this) => $this;
|
|
|
| $endif
|
| +
|
| +/**
|
| + * 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);
|
| +
|
|
|