| Index: Source/core/html/track/vtt/VTTCue.h
|
| diff --git a/Source/core/html/track/vtt/VTTCue.h b/Source/core/html/track/vtt/VTTCue.h
|
| index e006ae76b43881e4682c6ca60196ac341d9d8d54..d63d072080089dc1f530edae8df29c73faa63b3d 100644
|
| --- a/Source/core/html/track/vtt/VTTCue.h
|
| +++ b/Source/core/html/track/vtt/VTTCue.h
|
| @@ -132,7 +132,9 @@ public:
|
|
|
| virtual ExecutionContext* executionContext() const OVERRIDE;
|
|
|
| - virtual String toString() const;
|
| +#ifndef NDEBUG
|
| + virtual String toString() const OVERRIDE;
|
| +#endif
|
|
|
| private:
|
| VTTCue(Document&, double startTime, double endTime, const String& text);
|
|
|