Index: Source/core/html/track/TextTrackCue.h |
diff --git a/Source/core/html/track/TextTrackCue.h b/Source/core/html/track/TextTrackCue.h |
index 706cbf87902bdc44a1376827996c78747aa2dcc3..303375e18081a057f86c7dced3d3ac3fe9cb82b3 100644 |
--- a/Source/core/html/track/TextTrackCue.h |
+++ b/Source/core/html/track/TextTrackCue.h |
@@ -43,7 +43,7 @@ class ExceptionState; |
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() |
{ |