Index: Source/core/html/track/TextTrackCue.h |
diff --git a/Source/core/html/track/TextTrackCue.h b/Source/core/html/track/TextTrackCue.h |
index 579838982f47d37f58cc747ea66c30be4b41bf97..bb87453a0a9f2c7d40d874acaf1e46b52a8408ff 100644 |
--- a/Source/core/html/track/TextTrackCue.h |
+++ b/Source/core/html/track/TextTrackCue.h |
@@ -61,7 +61,7 @@ protected: |
class TextTrackCue : public RefCounted<TextTrackCue>, public EventTargetWithInlineData { |
REFCOUNTED_EVENT_TARGET(TextTrackCue); |
public: |
- static bool isInfiniteOrNonNumber(double value, const char* method, ExceptionState&); |
+ static bool isInfiniteOrNonNumber(double value, ExceptionState&); |
static const AtomicString& cueShadowPseudoId() |
{ |