summaryrefslogtreecommitdiffstats
path: root/WebCore/css/CSSStyleDeclaration.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/CSSStyleDeclaration.idl')
-rw-r--r--WebCore/css/CSSStyleDeclaration.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/css/CSSStyleDeclaration.idl b/WebCore/css/CSSStyleDeclaration.idl
index 3e37418..42682ef 100644
--- a/WebCore/css/CSSStyleDeclaration.idl
+++ b/WebCore/css/CSSStyleDeclaration.idl
@@ -44,7 +44,7 @@ module css {
raises(DOMException);
readonly attribute unsigned long length;
- [ConvertNullStringTo=Null] DOMString item(in unsigned long index);
+ DOMString item(in unsigned long index);
readonly attribute CSSRule parentRule;
// Extensions