| Index: sky/engine/core/css/CSSRuleList.idl
|
| diff --git a/sky/engine/core/css/CSSRuleList.idl b/sky/engine/core/css/CSSRuleList.idl
|
| index 35fb40069fe10a23097db6c7db24165040f21342..28a295222b4c30968ee8661806085fed3dad7acf 100644
|
| --- a/sky/engine/core/css/CSSRuleList.idl
|
| +++ b/sky/engine/core/css/CSSRuleList.idl
|
| @@ -26,7 +26,6 @@
|
| // Introduced in DOM Level 2:
|
| [
|
| DependentLifetime,
|
| - WillBeGarbageCollected,
|
| ] interface CSSRuleList {
|
| readonly attribute unsigned long length;
|
| getter CSSRule item(unsigned long index);
|
|
|