summaryrefslogtreecommitdiffstats
path: root/WebCore/css/CSSImportRule.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/CSSImportRule.idl')
-rw-r--r--WebCore/css/CSSImportRule.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/css/CSSImportRule.idl b/WebCore/css/CSSImportRule.idl
index 05654fe..5ffdee0 100644
--- a/WebCore/css/CSSImportRule.idl
+++ b/WebCore/css/CSSImportRule.idl
@@ -21,7 +21,7 @@
module css {
// Introduced in DOM Level 2:
- interface CSSImportRule : CSSRule {
+ interface [CustomMarkFunction] CSSImportRule : CSSRule {
readonly attribute [ConvertNullStringTo=Null] DOMString href;
readonly attribute MediaList media;
readonly attribute CSSStyleSheet styleSheet;