Chromium Code Reviews| Index: core/css/CSSRuleList.idl |
| diff --git a/core/css/CSSRuleList.idl b/core/css/CSSRuleList.idl |
| index dd189108786d9723d0594305ee5f446331df0d16..35fb40069fe10a23097db6c7db24165040f21342 100644 |
| --- a/core/css/CSSRuleList.idl |
| +++ b/core/css/CSSRuleList.idl |
| @@ -25,7 +25,8 @@ |
| // Introduced in DOM Level 2: |
| [ |
| - DependentLifetime |
| + DependentLifetime, |
| + WillBeGarbageCollected, |
| ] interface CSSRuleList { |
| readonly attribute unsigned long length; |
| getter CSSRule item(unsigned long index); |