Index: Source/core/html/HTMLMediaElement.h |
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h |
index c2a0d4db616c371bb48cb9055385a5d540e58684..167e0618e123ff84a49e5c21ea74f4585c7738ff 100644 |
--- a/Source/core/html/HTMLMediaElement.h |
+++ b/Source/core/html/HTMLMediaElement.h |
@@ -376,7 +376,7 @@ private: |
void startProgressEventTimer(); |
void stopPeriodicTimers(); |
- void seek(double time, ExceptionState&); |
+ void seek(double time); |
void finishSeek(); |
void checkIfSeekNeeded(); |
void addPlayedRange(double start, double end); |