| Index: third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/PingLoader.cpp b/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| index b17334d2f92fd32e889938edec2b7d6f8302c096..e696011fc2f0671996064d79bc1e05fc1b99c03a 100644
|
| --- a/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| @@ -110,7 +110,7 @@ class BeaconBlob final : public Beacon {
|
| public:
|
| explicit BeaconBlob(Blob* data) : m_data(data) {
|
| const String& blobType = m_data->type();
|
| - if (!blobType.isEmpty() && isValidContentType(blobType))
|
| + if (!blobType.isEmpty() && ParsedContentType::isValid(blobType))
|
| m_contentType = AtomicString(blobType);
|
| }
|
|
|
|
|