| Index: Source/core/html/forms/ImageInputType.cpp
|
| diff --git a/Source/core/html/forms/ImageInputType.cpp b/Source/core/html/forms/ImageInputType.cpp
|
| index 2191695b5a00b3b778d6b64399beb4ed1ee9b3ff..098c0f6ce2ec2670a28676113da773edd7bdd037 100644
|
| --- a/Source/core/html/forms/ImageInputType.cpp
|
| +++ b/Source/core/html/forms/ImageInputType.cpp
|
| @@ -85,7 +85,7 @@ String ImageInputType::resultForDialogSubmit() const
|
| {
|
| StringBuilder result;
|
| result.appendNumber(m_clickLocation.x());
|
| - result.append(",");
|
| + result.append(',');
|
| result.appendNumber(m_clickLocation.y());
|
| return result.toString();
|
| }
|
|
|