| Index: Source/core/css/DocumentFontFaceSet.idl
|
| diff --git a/Source/core/css/DocumentFontFaceSet.idl b/Source/core/css/DocumentFontFaceSet.idl
|
| index 04de8b7190352f682e269a9b41f31fba46c2fed5..b1f217e5c95d0192fdab975d81270924ba8aaea2 100644
|
| --- a/Source/core/css/DocumentFontFaceSet.idl
|
| +++ b/Source/core/css/DocumentFontFaceSet.idl
|
| @@ -28,6 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// http://dev.w3.org/csswg/css-font-loading/#font-face-source
|
| +
|
| +// TODO(philipj): This should be a FontFaceSource interface implemented by
|
| +// Document and WorkerGlobalScope.
|
| partial interface Document {
|
| [MeasureAs=DocumentFonts] readonly attribute FontFaceSet fonts;
|
| };
|
|
|