| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| index a43e6d66f8ee0b4559685b200eeaa299fc9e97a8..64c112fd3267193c73f07648f2c2ebd15299b518 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| @@ -714,7 +714,7 @@ String HTMLMediaElement::canPlayType(const String& mimeType) const {
|
| // 4.8.10.3
|
| switch (support) {
|
| case MIMETypeRegistry::IsNotSupported:
|
| - canPlay = emptyString();
|
| + canPlay = emptyString;
|
| break;
|
| case MIMETypeRegistry::MayBeSupported:
|
| canPlay = "maybe";
|
|
|