| Index: third_party/WebKit/Source/core/loader/ImageLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/ImageLoader.cpp b/third_party/WebKit/Source/core/loader/ImageLoader.cpp
|
| index c2535d0687a88d1dd81305bde85c7a5a1964d12f..0c95a54003dba679d112440ed5fa4a021643f100 100644
|
| --- a/third_party/WebKit/Source/core/loader/ImageLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/ImageLoader.cpp
|
| @@ -427,7 +427,7 @@ bool ImageLoader::shouldLoadImmediately(const KURL& url) const
|
| if (resource && !resource->errorOccurred())
|
| return true;
|
| }
|
| - return (isHTMLObjectElement(m_element) || isHTMLEmbedElement(m_element) || url.protocolIsData());
|
| + return (isHTMLObjectElement(m_element) || isHTMLEmbedElement(m_element));
|
| }
|
|
|
| void ImageLoader::imageNotifyFinished(ImageResource* resource)
|
|
|