| Index: Source/core/css/CSSHostRule.idl
|
| diff --git a/Source/core/css/CSSHostRule.idl b/Source/core/css/CSSHostRule.idl
|
| index 237a051eedb0142725ace8259e0398ac476b0138..d86b73872418697cfcbaabcf13dd9cac884ab951 100644
|
| --- a/Source/core/css/CSSHostRule.idl
|
| +++ b/Source/core/css/CSSHostRule.idl
|
| @@ -22,8 +22,7 @@
|
| interface CSSHostRule : CSSRule {
|
| readonly attribute CSSRuleList cssRules;
|
|
|
| - [RaisesException] unsigned long insertRule([Default=Undefined] optional DOMString rule,
|
| - [Default=Undefined] optional unsigned long index);
|
| - [RaisesException] void deleteRule([Default=Undefined] optional unsigned long index);
|
| + [RaisesException] unsigned long insertRule(DOMString rule, unsigned long index);
|
| + [RaisesException] void deleteRule(unsigned long index);
|
| };
|
|
|
|
|