| Index: third_party/WebKit/Source/core/css/FontFaceSet.idl
|
| diff --git a/third_party/WebKit/Source/core/css/FontFaceSet.idl b/third_party/WebKit/Source/core/css/FontFaceSet.idl
|
| index e1640079aaba50f726f412d3be44b0a7f8957a58..e9cc143871ada9954460beb9ba75fb1622cb0e29 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFaceSet.idl
|
| +++ b/third_party/WebKit/Source/core/css/FontFaceSet.idl
|
| @@ -39,7 +39,6 @@ enum FontFaceSetLoadStatus { "loading", "loaded" };
|
| NoInterfaceObject,
|
| ] interface FontFaceSet : EventTarget {
|
| setlike<FontFace>;
|
| - readonly attribute unsigned long size;
|
|
|
| // events for when loading state changes
|
| attribute EventHandler onloading;
|
|
|