Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / MediaController.idl
index 8e70a8b..0a61cb6 100644 (file)
@@ -35,7 +35,7 @@
     readonly attribute TimeRanges seekable;
 
     readonly attribute unrestricted double duration;
-    [RaisesException=Setter] attribute double currentTime;
+    attribute double currentTime;
 
     readonly attribute boolean paused;
     readonly attribute TimeRanges played;