| Index: Source/core/html/track/vtt/VTTCue.cpp
|
| diff --git a/Source/core/html/track/vtt/VTTCue.cpp b/Source/core/html/track/vtt/VTTCue.cpp
|
| index 7006b00981ad87ecf720b28d0141c468e9f2bb13..936c728776dbbc22f953d52b20a59a166b63bbbd 100644
|
| --- a/Source/core/html/track/vtt/VTTCue.cpp
|
| +++ b/Source/core/html/track/vtt/VTTCue.cpp
|
| @@ -223,10 +223,12 @@ VTTCue::~VTTCue()
|
| displayTreeInternal()->remove(ASSERT_NO_EXCEPTION);
|
| }
|
|
|
| +#ifndef NDEBUG
|
| String VTTCue::toString() const
|
| {
|
| return String::format("%p id=%s interval=%f-->%f cue=%s)", this, id().utf8().data(), startTime(), endTime(), text().utf8().data());
|
| }
|
| +#endif
|
|
|
| PassRefPtr<VTTCueBox> VTTCue::displayTreeInternal()
|
| {
|
|
|