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