| Index: Source/core/html/HTMLImageElement.cpp
|
| diff --git a/Source/core/html/HTMLImageElement.cpp b/Source/core/html/HTMLImageElement.cpp
|
| index 14763c6ecf1edac0991627112da1833f40a402e4..709a0ee270ac32aa79e5cc6deb6e36468c97214b 100644
|
| --- a/Source/core/html/HTMLImageElement.cpp
|
| +++ b/Source/core/html/HTMLImageElement.cpp
|
| @@ -349,7 +349,7 @@ bool HTMLImageElement::isServerMap() const
|
| return false;
|
|
|
| const AtomicString& usemap = fastGetAttribute(usemapAttr);
|
| -
|
| +
|
| // If the usemap attribute starts with '#', it refers to a map element in the document.
|
| if (usemap.string()[0] == '#')
|
| return false;
|
|
|