| Index: third_party/WebKit/Source/modules/accessibility/AXSpinButton.cpp
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXSpinButton.cpp b/third_party/WebKit/Source/modules/accessibility/AXSpinButton.cpp
|
| index b0927e39de8c46dfde6f5e0db7273b6a1ccaf7bf..2a696658b74d6c492a87462e57f251c7a1ce54e0 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXSpinButton.cpp
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXSpinButton.cpp
|
| @@ -112,8 +112,8 @@ void AXSpinButtonPart::getRelativeBounds(
|
| if (!parentObject())
|
| return;
|
|
|
| - // FIXME: This logic should exist in the layout tree or elsewhere, but there is no
|
| - // relationship that exists that can be queried.
|
| + // FIXME: This logic should exist in the layout tree or elsewhere, but there
|
| + // is no relationship that exists that can be queried.
|
| parentObject()->getRelativeBounds(outContainer, outBoundsInContainer,
|
| outContainerTransform);
|
| outBoundsInContainer = FloatRect(0, 0, outBoundsInContainer.width(),
|
|
|