| Index: third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp
|
| diff --git a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp
|
| index b7f027dc9633f11a389f76155b2e94d484b07471..176558ac2c9d36b80bbffdbc7537e4935f9ac6d6 100644
|
| --- a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp
|
| +++ b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp
|
| @@ -17,8 +17,8 @@ namespace {
|
|
|
| const AtomicString& remotePlaybackStateToString(WebRemotePlaybackState state)
|
| {
|
| - DEFINE_STATIC_LOCAL(const AtomicString, connectedValue, ("connected", AtomicString::ConstructFromLiteral));
|
| - DEFINE_STATIC_LOCAL(const AtomicString, disconnectedValue, ("disconnected", AtomicString::ConstructFromLiteral));
|
| + DEFINE_STATIC_LOCAL(const AtomicString, connectedValue, ("connected"));
|
| + DEFINE_STATIC_LOCAL(const AtomicString, disconnectedValue, ("disconnected"));
|
|
|
| switch (state) {
|
| case WebRemotePlaybackState::Connected:
|
|
|