| Index: Source/core/html/track/TextTrackCue.h
|
| diff --git a/Source/core/html/track/TextTrackCue.h b/Source/core/html/track/TextTrackCue.h
|
| index 7feb45d9a8cf98213c40ae826f4245fcb4771bfd..3aef7fe90b7ca8440bbd7ceaf41486be8cf0919b 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()
|
| {
|
|
|