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

Unified Diff: third_party/WebKit/Source/core/css/FontFaceSet.idl

Issue 2813023002: [Bindings] Make maplike<> and setlike<> imply a readonly size attribute. (Closed)
Patch Set: merge with 23752147e6f5f7dcaf4bad1bb1c306fb91e1ec5b Created 3 years, 8 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
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;

Powered by Google App Engine
This is Rietveld 408576698