| Index: third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp b/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| index c67d7d8a0f9d0ce4066b0d5e9b1d3219e306933f..11ffd7311a31beb671927a78a697d29056062b88 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| @@ -80,7 +80,7 @@ void HTMLAreaElement::parseAttribute(const QualifiedName& name, const AtomicStri
|
| }
|
| invalidateCachedRegion();
|
| } else if (name == coordsAttr) {
|
| - m_coords = parseHTMLListOfFloatingPointNumbers(value.string());
|
| + m_coords = parseHTMLListOfFloatingPointNumbers(value.getString());
|
| invalidateCachedRegion();
|
| } else if (name == altAttr || name == accesskeyAttr) {
|
| // Do nothing.
|
|
|