Index: Source/core/css/WebKitCSSFilterValue.idl |
diff --git a/Source/core/css/WebKitCSSFilterValue.idl b/Source/core/css/WebKitCSSFilterValue.idl |
index c6f4b8038851da4c06b46de24c5eab9436da4b63..db2fb1d931d917c44d03ef5500a0eec008353f0d 100644 |
--- a/Source/core/css/WebKitCSSFilterValue.idl |
+++ b/Source/core/css/WebKitCSSFilterValue.idl |
@@ -44,5 +44,5 @@ |
const unsigned short CSS_FILTER_CUSTOM = 12; |
readonly attribute unsigned short operationType; |
- [ImplementedAs=item] getter CSSValue([Default=Undefined] optional unsigned long index); |
+ [ImplementedAs=item] getter CSSValue(unsigned long index); |
}; |