Chromium Code Reviews| Index: core/css/StyleSheetList.idl |
| diff --git a/core/css/StyleSheetList.idl b/core/css/StyleSheetList.idl |
| index 104a387625e52ae6e7f098d2a81430958ec080f5..3da2d91e544bb51fdd689a12863a6d871945191a 100644 |
| --- a/core/css/StyleSheetList.idl |
| +++ b/core/css/StyleSheetList.idl |
| @@ -21,6 +21,7 @@ |
| // Introduced in DOM Level 2: |
| [ |
| SetWrapperReferenceFrom=document, |
| + WillBeGarbageCollected |
| ] interface StyleSheetList { |
| readonly attribute unsigned long length; |
| getter StyleSheet item(unsigned long index); |