Index: Source/core/html/shadow/MediaControls.cpp |
diff --git a/Source/core/html/shadow/MediaControls.cpp b/Source/core/html/shadow/MediaControls.cpp |
index f7163b2c6d82a56110a4ac8005991e8348a793a7..c7aaac33e83719ea5007cff61a36116be812f9e5 100644 |
--- a/Source/core/html/shadow/MediaControls.cpp |
+++ b/Source/core/html/shadow/MediaControls.cpp |
@@ -498,7 +498,7 @@ void MediaControls::resetHideMediaControlsTimer() |
const AtomicString& MediaControls::shadowPseudoId() const |
{ |
- DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls", AtomicString::ConstructFromLiteral)); |
+ DEFINE_STATIC_LOCAL(AtomicString, id, ("-internal-media-controls", AtomicString::ConstructFromLiteral)); |
return id; |
} |