| Index: core/css/CSSStyleRule.idl
|
| diff --git a/core/css/CSSStyleRule.idl b/core/css/CSSStyleRule.idl
|
| index 23cd73af4a316cfb217fa4f812f2b57cce74aac4..b5c890f63bb2da8e24caaa5bc81b60ecc433f5eb 100644
|
| --- a/core/css/CSSStyleRule.idl
|
| +++ b/core/css/CSSStyleRule.idl
|
| @@ -20,10 +20,6 @@
|
|
|
| // Introduced in DOM Level 2:
|
| interface CSSStyleRule : CSSRule {
|
| -
|
| - [TreatReturnedNullStringAs=Null, TreatNullAs=NullString] attribute DOMString selectorText;
|
| -
|
| + attribute DOMString selectorText;
|
| readonly attribute CSSStyleDeclaration style;
|
| -
|
| };
|
| -
|
|
|