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

Unified Diff: css/CSSFontFaceRule.idl

Issue 12893011: Update idl files in third_party/WebCore (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 9 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: css/CSSFontFaceRule.idl
diff --git a/css/CSSFontFaceRule.idl b/css/CSSFontFaceRule.idl
index f13497c437f6aee1d6627063f3054cbb6a921c0b..ba97a7b7f48260b6c3317514133d3d65c114facf 100644
--- a/css/CSSFontFaceRule.idl
+++ b/css/CSSFontFaceRule.idl
@@ -19,7 +19,10 @@
*/
// Introduced in DOM Level 2:
-interface CSSFontFaceRule : CSSRule {
+interface [
+ JSGenerateToJSObject,
+ JSGenerateToNativeObject,
+] CSSFontFaceRule : CSSRule {
readonly attribute CSSStyleDeclaration style;
};

Powered by Google App Engine
This is Rietveld 408576698