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

Unified Diff: core/css/DocumentFontFaceSet.idl

Issue 126143003: Update IDL to Chrome 32 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Add new files Created 6 years, 11 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/css/CSSVariablesMapForEachCallback.idl ('k') | core/css/FontFace.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « core/css/CSSVariablesMapForEachCallback.idl ('k') | core/css/FontFace.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698