| Index: sky/engine/core/css/CSSStyleDeclaration.idl
|
| diff --git a/sky/engine/core/css/CSSStyleDeclaration.idl b/sky/engine/core/css/CSSStyleDeclaration.idl
|
| index c36916739c0806cdf8f677e925b53d161630d244..6cfc092da069d5f1da9c9e923cb2bc0b57305503 100644
|
| --- a/sky/engine/core/css/CSSStyleDeclaration.idl
|
| +++ b/sky/engine/core/css/CSSStyleDeclaration.idl
|
| @@ -35,7 +35,6 @@
|
| getter DOMString item([Default=Undefined] optional unsigned long index);
|
| [Custom=(PropertyGetter,PropertyEnumerator,PropertyQuery)] getter (DOMString or float) (DOMString name);
|
| [Custom] setter void (DOMString propertyName, DOMString? propertyValue);
|
| - readonly attribute CSSRule parentRule;
|
|
|
| // Deprecated as of 2003: http://lists.w3.org/Archives/Public/www-style/2003Oct/0347.html
|
| // FIXME: This should be DeprecateAs=, but currently too many tests use
|
|
|