| Index: third_party/WebKit/Source/modules/accessibility/AXObject.cpp
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXObject.cpp b/third_party/WebKit/Source/modules/accessibility/AXObject.cpp
|
| index 93d5da6757c41e10e7d36ddac4e1e0927bdb45e7..cbb0e6d877bfc788cab93a2113662ca1c6c1c971 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXObject.cpp
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXObject.cpp
|
| @@ -865,7 +865,7 @@ String AXObject::textFromElements(bool inAriaLabelledbyTraversal, AXObjectSet& v
|
| localRelatedObjects.append(new NameSourceRelatedObject(axElement, result));
|
| if (!result.isEmpty()) {
|
| if (!accumulatedText.isEmpty())
|
| - accumulatedText.append(" ");
|
| + accumulatedText.append(' ');
|
| accumulatedText.append(result);
|
| }
|
| }
|
|
|