| 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 a44826e0b645dead5ebd066dd73639e54ffe12e7..3fed17e70ada32a0545b4c4b4ffb82a92874e14a 100644 | 
| --- a/third_party/WebKit/Source/core/loader/ImageLoader.cpp | 
| +++ b/third_party/WebKit/Source/core/loader/ImageLoader.cpp | 
| @@ -428,7 +428,7 @@ | 
| if (resource && !resource->errorOccurred()) | 
| return true; | 
| } | 
| -    return (isHTMLObjectElement(m_element) || isHTMLEmbedElement(m_element)); | 
| +    return (isHTMLObjectElement(m_element) || isHTMLEmbedElement(m_element) || url.protocolIsData()); | 
| } | 
|  | 
| void ImageLoader::imageNotifyFinished(ImageResource* resource) | 
|  |