| Index: Source/core/html/shadow/MediaControlElements.cpp
|
| diff --git a/Source/core/html/shadow/MediaControlElements.cpp b/Source/core/html/shadow/MediaControlElements.cpp
|
| index 5734cfc0b0509c346abfafdde1fe6b0e0588ed7b..c5960ed87c3b03947b68b892b43e74262fc2314e 100644
|
| --- a/Source/core/html/shadow/MediaControlElements.cpp
|
| +++ b/Source/core/html/shadow/MediaControlElements.cpp
|
| @@ -56,7 +56,7 @@ using namespace HTMLNames;
|
| static const AtomicString& getMediaControlCurrentTimeDisplayElementShadowPseudoId();
|
| static const AtomicString& getMediaControlTimeRemainingDisplayElementShadowPseudoId();
|
|
|
| -static const char* textTracksOffAttrValue = "-1"; // This must match HTMLMediaElement::textTracksOffIndex()
|
| +static const char textTracksOffAttrValue[] = "-1"; // This must match HTMLMediaElement::textTracksOffIndex()
|
|
|
| MediaControlPanelElement::MediaControlPanelElement(Document& document)
|
| : MediaControlDivElement(document, MediaControlsPanel)
|
|
|