summaryrefslogtreecommitdiffstats
path: root/WebCore/css/CSSStyleRule.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/CSSStyleRule.idl')
-rw-r--r--WebCore/css/CSSStyleRule.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/css/CSSStyleRule.idl b/WebCore/css/CSSStyleRule.idl
index 4abfbfc..342aedd 100644
--- a/WebCore/css/CSSStyleRule.idl
+++ b/WebCore/css/CSSStyleRule.idl
@@ -21,7 +21,7 @@
module css {
// Introduced in DOM Level 2:
- interface CSSStyleRule : CSSRule {
+ interface [CustomMarkFunction] CSSStyleRule : CSSRule {
attribute [ConvertNullStringTo=Null, ConvertNullToNullString] DOMString selectorText;