| Index: third_party/WebKit/Source/core/css/StyleSheetList.idl
|
| diff --git a/third_party/WebKit/Source/core/css/StyleSheetList.idl b/third_party/WebKit/Source/core/css/StyleSheetList.idl
|
| index 200275a6939024ba9878dab2e279ffdfb90d14a3..4289147f5996225a3d500c1e9f47374e79af739f 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleSheetList.idl
|
| +++ b/third_party/WebKit/Source/core/css/StyleSheetList.idl
|
| @@ -23,7 +23,6 @@
|
| // TODO(philipj): StyleSheetList should be an [ArrayClass].
|
| [
|
| SetWrapperReferenceFrom=document,
|
| - GarbageCollected
|
| ] interface StyleSheetList {
|
| [Measure] getter StyleSheet? item(unsigned long index);
|
| readonly attribute unsigned long length;
|
|
|