| Index: third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.cpp
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.cpp b/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.cpp
|
| index a848478cae949acb393d169c8009d5e917763124..deefc72632b8de523c436728caea4cd122f8f738 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.cpp
|
| +++ b/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.cpp
|
| @@ -180,8 +180,8 @@ String valueSourceType(AXNameFrom nameFrom) {
|
| case AXNameFromRelatedElement:
|
| return AXValueSourceTypeEnum::RelatedElement;
|
| default:
|
| - return AXValueSourceTypeEnum::
|
| - Implicit; // TODO(aboxhall): what to do here?
|
| + return AXValueSourceTypeEnum::Implicit; // TODO(aboxhall): what to do
|
| + // here?
|
| }
|
| }
|
|
|
|
|