| Index: third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.cpp b/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.cpp
|
| index 1e352af82e7c83ec255d879c348d73741e2bc35e..73b2271d731cebd4f833f4079b97ce72129d74fe 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.cpp
|
| @@ -167,7 +167,8 @@ void RadioButtonGroup::remove(HTMLInputElement* button) {
|
| button->setNeedsValidityCheck();
|
| }
|
|
|
| - // Send notification to update AX attributes for AXObjects which radiobutton group has.
|
| + // Send notification to update AX attributes for AXObjects which radiobutton
|
| + // group has.
|
| if (!m_members.isEmpty()) {
|
| HTMLInputElement* input = m_members.begin()->key;
|
| if (AXObjectCache* cache = input->document().existingAXObjectCache())
|
|
|