Index: Source/core/css/StyleMedia.idl |
diff --git a/Source/core/css/StyleMedia.idl b/Source/core/css/StyleMedia.idl |
index cd875994294d6458a3997bbb5333a7174930f1e0..fb447e764f5a76ed49bb87ca87252f3b5dc93fe3 100644 |
--- a/Source/core/css/StyleMedia.idl |
+++ b/Source/core/css/StyleMedia.idl |
@@ -24,7 +24,9 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface StyleMedia { |
+[ |
+ NoInterfaceObject, |
+] interface StyleMedia { |
readonly attribute DOMString type; |
boolean matchMedium([Default=Undefined] optional DOMString mediaquery); |
}; |