| 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 15412ea2158dd1488c59fc33abfd47ec8a6bd8ec..2be7b1156494b42ed321e4215bf07308d0b15284 100644
|
| --- a/Source/core/html/track/vtt/VTTCue.cpp
|
| +++ b/Source/core/html/track/vtt/VTTCue.cpp
|
| @@ -226,7 +226,7 @@ VTTCue::~VTTCue()
|
| #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());
|
| + return String::format("%p id=%s interval=%f-->%f cue=%s)", this, id().string().utf8().data(), startTime(), endTime(), text().utf8().data());
|
| }
|
| #endif
|
|
|
|
|