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 ce31d3b688fe4001f1fbaf01f698a4541dc8c517..200275a6939024ba9878dab2e279ffdfb90d14a3 100644 |
--- a/third_party/WebKit/Source/core/css/StyleSheetList.idl |
+++ b/third_party/WebKit/Source/core/css/StyleSheetList.idl |
@@ -23,7 +23,7 @@ |
// TODO(philipj): StyleSheetList should be an [ArrayClass]. |
[ |
SetWrapperReferenceFrom=document, |
- WillBeGarbageCollected |
+ GarbageCollected |
] interface StyleSheetList { |
[Measure] getter StyleSheet? item(unsigned long index); |
readonly attribute unsigned long length; |