summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/css/StyleSheetList.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/css/StyleSheetList.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/css/StyleSheetList.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/chromium/third_party/WebKit/Source/core/css/StyleSheetList.idl b/chromium/third_party/WebKit/Source/core/css/StyleSheetList.idl
index 7341728216d..3da2d91e544 100644
--- a/chromium/third_party/WebKit/Source/core/css/StyleSheetList.idl
+++ b/chromium/third_party/WebKit/Source/core/css/StyleSheetList.idl
@@ -20,10 +20,10 @@
// Introduced in DOM Level 2:
[
- GenerateVisitDOMWrapper=document,
+ SetWrapperReferenceFrom=document,
+ WillBeGarbageCollected
] interface StyleSheetList {
- readonly attribute unsigned long length;
- getter StyleSheet item(unsigned long index);
- [ImplementedAs=anonymousNamedGetter, NotEnumerable] getter CSSStyleSheet (DOMString name);
+ readonly attribute unsigned long length;
+ getter StyleSheet item(unsigned long index);
+ [NotEnumerable] getter CSSStyleSheet (DOMString name);
};
-