| Index: third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp
|
| diff --git a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp
|
| index d8b8e8a59271ae800fca7006260dc6a950d2dfc7..fbfb8ccaf190b077e267eae555bf9d8c5d740114 100644
|
| --- a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp
|
| +++ b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp
|
| @@ -141,13 +141,13 @@ SourceBuffer::~SourceBuffer()
|
|
|
| const AtomicString& SourceBuffer::segmentsKeyword()
|
| {
|
| - DEFINE_STATIC_LOCAL(const AtomicString, segments, ("segments", AtomicString::ConstructFromLiteral));
|
| + DEFINE_STATIC_LOCAL(const AtomicString, segments, ("segments"));
|
| return segments;
|
| }
|
|
|
| const AtomicString& SourceBuffer::sequenceKeyword()
|
| {
|
| - DEFINE_STATIC_LOCAL(const AtomicString, sequence, ("sequence", AtomicString::ConstructFromLiteral));
|
| + DEFINE_STATIC_LOCAL(const AtomicString, sequence, ("sequence"));
|
| return sequence;
|
| }
|
|
|
|
|