| Index: core/css/DocumentFontFaceSet.idl
|
| diff --git a/modules/crypto/Algorithm.idl b/core/css/DocumentFontFaceSet.idl
|
| similarity index 93%
|
| copy from modules/crypto/Algorithm.idl
|
| copy to core/css/DocumentFontFaceSet.idl
|
| index 9af27a181e83f19bcc7861b3290b364d6953da99..820fdc899e909180e8dd11bbc61a6f49b661707b 100644
|
| --- a/modules/crypto/Algorithm.idl
|
| +++ b/core/css/DocumentFontFaceSet.idl
|
| @@ -28,9 +28,6 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - NoInterfaceObject,
|
| - CustomToV8
|
| -] interface Algorithm {
|
| - readonly attribute DOMString name;
|
| +partial interface Document {
|
| + [RuntimeEnabled=FontLoadEvents] readonly attribute FontFaceSet fonts;
|
| };
|
|
|