| Index: Source/core/html/HTMLMediaElement.cpp
|
| diff --git a/Source/core/html/HTMLMediaElement.cpp b/Source/core/html/HTMLMediaElement.cpp
|
| index 5209b0419a753ef0ce422a792fa47d3a47f640ba..8d0674cf9cfd4441b91606cd923721329e855adc 100644
|
| --- a/Source/core/html/HTMLMediaElement.cpp
|
| +++ b/Source/core/html/HTMLMediaElement.cpp
|
| @@ -125,7 +125,7 @@ static const char* boolString(bool val)
|
| #endif
|
|
|
| // URL protocol used to signal that the media source API is being used.
|
| -static const char* mediaSourceBlobProtocol = "blob";
|
| +static const char mediaSourceBlobProtocol[] = "blob";
|
|
|
| using namespace HTMLNames;
|
| using namespace std;
|
|
|