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

Unified Diff: css/CSSFontFaceRule.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 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
« no previous file with comments | « css/CSSFontFaceLoadEvent.idl ('k') | css/CSSRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: css/CSSFontFaceRule.idl
diff --git a/css/CSSFontFaceRule.idl b/css/CSSFontFaceRule.idl
index ba97a7b7f48260b6c3317514133d3d65c114facf..f13497c437f6aee1d6627063f3054cbb6a921c0b 100644
--- a/css/CSSFontFaceRule.idl
+++ b/css/CSSFontFaceRule.idl
@@ -19,10 +19,7 @@
*/
// Introduced in DOM Level 2:
-interface [
- JSGenerateToJSObject,
- JSGenerateToNativeObject,
-] CSSFontFaceRule : CSSRule {
+interface CSSFontFaceRule : CSSRule {
readonly attribute CSSStyleDeclaration style;
};
« no previous file with comments | « css/CSSFontFaceLoadEvent.idl ('k') | css/CSSRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698