| Index: Source/core/css/FontLoader.idl
|
| diff --git a/Source/core/css/FontLoader.idl b/Source/core/css/FontLoader.idl
|
| index cfb59eaad6b8a6a2c6a6709766bdc76b30f2de66..ae6fbf125d217743601c57b6276de36c62f3460d 100644
|
| --- a/Source/core/css/FontLoader.idl
|
| +++ b/Source/core/css/FontLoader.idl
|
| @@ -43,7 +43,7 @@
|
|
|
| boolean checkFont(DOMString font, [Default=NullString] optional DOMString text);
|
| void loadFont(Dictionary params);
|
| - void notifyWhenFontsReady([Callback] VoidCallback callback);
|
| + void notifyWhenFontsReady(VoidCallback callback);
|
| readonly attribute boolean loading;
|
|
|
| void addEventListener(DOMString type,
|
|
|