Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(801)

Unified Diff: third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.h

Issue 2390783006: [DevTools] Accessibility: Show siblings and children of selected node (Closed)
Patch Set: Ready for a first look Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&,

Powered by Google App Engine
This is Rietveld 408576698