| Index: Source/core/html/HTMLImageElement.cpp
|
| diff --git a/Source/core/html/HTMLImageElement.cpp b/Source/core/html/HTMLImageElement.cpp
|
| index f8865cee2860b3afa49671d943b54a959f85b9da..4af51b2cbb757967ac1f42c0a4f51e0dc58b6f96 100644
|
| --- a/Source/core/html/HTMLImageElement.cpp
|
| +++ b/Source/core/html/HTMLImageElement.cpp
|
| @@ -264,7 +264,7 @@ const AtomicString& HTMLImageElement::altText() const
|
|
|
| static bool supportedImageType(const String& type)
|
| {
|
| - return MIMETypeRegistry::isSupportedImageResourceMIMEType(type);
|
| + return MIMETypeRegistry::isSupportedImagePrefixedMIMEType(type);
|
| }
|
|
|
| // http://picture.responsiveimages.org/#update-source-set
|
|
|