Index: Source/core/css/MediaQueryList.idl |
diff --git a/Source/core/css/MediaQueryList.idl b/Source/core/css/MediaQueryList.idl |
index cb93f6f8b325533ce01ca96b29b05829b6b9420c..270266740575870d67dd3c8c607642ba808578ee 100644 |
--- a/Source/core/css/MediaQueryList.idl |
+++ b/Source/core/css/MediaQueryList.idl |
@@ -21,7 +21,6 @@ |
[ |
ActiveDOMObject, |
NoInterfaceObject, |
- WillBeGarbageCollected |
] interface MediaQueryList : EventTarget { |
readonly attribute DOMString media; |
readonly attribute boolean matches; |