Index: Source/core/html/MediaController.h |
diff --git a/Source/core/html/MediaController.h b/Source/core/html/MediaController.h |
index 472e6c341ae0525b888da498b2f9ec8215c928ba..5536b68dfae48a5b3f752c128c0a7b341412b105 100644 |
--- a/Source/core/html/MediaController.h |
+++ b/Source/core/html/MediaController.h |
@@ -63,10 +63,10 @@ public: |
void unpause(); |
double defaultPlaybackRate() const { return m_defaultPlaybackRate; } |
- void setDefaultPlaybackRate(double, ExceptionState&); |
+ void setDefaultPlaybackRate(double); |
double playbackRate() const; |
- void setPlaybackRate(double, ExceptionState&); |
+ void setPlaybackRate(double); |
double volume() const { return m_volume; } |
void setVolume(double, ExceptionState&); |