Index: Source/core/html/HTMLMediaElement.idl |
diff --git a/Source/core/html/HTMLMediaElement.idl b/Source/core/html/HTMLMediaElement.idl |
index a30598b917496d0721d6b1a93940785111cee38b..a03902be9ab2683304e176ed23aaf9e1da130926 100644 |
--- a/Source/core/html/HTMLMediaElement.idl |
+++ b/Source/core/html/HTMLMediaElement.idl |
@@ -71,7 +71,7 @@ |
// media controller |
[Reflect] attribute DOMString mediaGroup; |
- [CustomSetter] attribute MediaController controller; |
+ [StrictTypeChecking] attribute MediaController controller; |
// controls |
attribute boolean controls; |