| Index: third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.h b/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.h
|
| index acec573b9fa007920984815af96d1ccc7237ef69..dce07132228cd90801168b68a9a9a43b93875f14 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.h
|
| @@ -31,7 +31,7 @@ std::unique_ptr<AXValue> createBooleanValue(
|
| bool value,
|
| const String& valueType = AXValueTypeEnum::Boolean);
|
| std::unique_ptr<AXValue> createRelatedNodeListValue(
|
| - const AXObject*,
|
| + const AXObject&,
|
| String* name = nullptr,
|
| const String& valueType = AXValueTypeEnum::Idref);
|
| std::unique_ptr<AXValue> createRelatedNodeListValue(AXRelatedObjectVector&,
|
|
|