| 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 3fed17e70ada32a0545b4c4b4ffb82a92874e14a..a44826e0b645dead5ebd066dd73639e54ffe12e7 100644
|
| --- a/third_party/WebKit/Source/core/loader/ImageLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/ImageLoader.cpp
|
| @@ -428,7 +428,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)
|
|
|