Index: Source/core/html/MediaController.idl |
diff --git a/Source/core/html/MediaController.idl b/Source/core/html/MediaController.idl |
index ad46115d889b0327ef17e83867aa803a96a8b591..fa1ca3fee07fc7fc6737f81c735c16115a3a37cd 100644 |
--- a/Source/core/html/MediaController.idl |
+++ b/Source/core/html/MediaController.idl |
@@ -41,8 +41,8 @@ |
void pause(); |
void unpause(); |
- attribute double defaultPlaybackRate; |
- attribute double playbackRate; |
+ [RaisesException=Setter] attribute double defaultPlaybackRate; |
+ [RaisesException=Setter] attribute double playbackRate; |
[RaisesException=Setter] attribute double volume; |
attribute boolean muted; |