| Index: Source/core/html/HTMLImageElement.cpp
|
| diff --git a/Source/core/html/HTMLImageElement.cpp b/Source/core/html/HTMLImageElement.cpp
|
| index e738685e6f1267e4894d29acbb622019399bce0d..d6e8cc9b3613111ab0265f76a7da488936890d1d 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
|
|
|