| Index: Source/core/css/DocumentFontFaceSet.idl
|
| diff --git a/Source/core/css/DocumentFontFaceSet.idl b/Source/core/css/DocumentFontFaceSet.idl
|
| index 820fdc899e909180e8dd11bbc61a6f49b661707b..fc2cbc7a9d2201d4dddcfe7ecfd0d9049e444b13 100644
|
| --- a/Source/core/css/DocumentFontFaceSet.idl
|
| +++ b/Source/core/css/DocumentFontFaceSet.idl
|
| @@ -28,6 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -partial interface Document {
|
| - [RuntimeEnabled=FontLoadEvents] readonly attribute FontFaceSet fonts;
|
| +[
|
| + RuntimeEnabled=FontLoadEvents,
|
| +] partial interface Document {
|
| + readonly attribute FontFaceSet fonts;
|
| };
|
|
|