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