| Index: Source/core/css/CSSStyleSheet.idl
|
| ===================================================================
|
| --- Source/core/css/CSSStyleSheet.idl (revision 162716)
|
| +++ Source/core/css/CSSStyleSheet.idl (working copy)
|
| @@ -25,7 +25,7 @@
|
| readonly attribute CSSRule ownerRule;
|
| readonly attribute CSSRuleList cssRules;
|
|
|
| - [RaisesException] unsigned long insertRule(DOMString rule, unsigned long index);
|
| + [RaisesException] unsigned long insertRule(DOMString rule, optional unsigned long index);
|
| [RaisesException] void deleteRule(unsigned long index);
|
|
|
| // IE Extensions
|
|
|