Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1738)

Unified Diff: core/css/CSSFontFaceLoadEvent.idl

Issue 37053003: Roll IDL to multivm@1467 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/README ('k') | core/css/CSSHostRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/css/CSSFontFaceLoadEvent.idl
diff --git a/core/css/CSSFontFaceLoadEvent.idl b/core/css/CSSFontFaceLoadEvent.idl
index d89e765c792e259ee15e6dae180a844fe81bf16a..7ab2522c8adef8e8620100ba28bba35444c8aaf8 100644
--- a/core/css/CSSFontFaceLoadEvent.idl
+++ b/core/css/CSSFontFaceLoadEvent.idl
@@ -28,11 +28,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// FIXME: Make this constructable from Javascript
[
NoInterfaceObject,
- EnabledAtRuntime=fontLoadEvents,
- ConstructorTemplate=Event
+ EnabledAtRuntime=FontLoadEvents,
] interface CSSFontFaceLoadEvent : Event {
- [InitializedByEventConstructor] readonly attribute CSSFontFaceRule fontface;
- [InitializedByEventConstructor] readonly attribute DOMError error;
+ readonly attribute FontFace[] fontfaces;
};
« no previous file with comments | « core/README ('k') | core/css/CSSHostRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698