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

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

Issue 2907133002: Move WebAXObject.cpp to core/ (WIP) (Closed)
Patch Set: Created 3 years, 7 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 ca41d0463c151373b8fa53203eb8ec206a6b5d2e..6c0e05d9c2d449a8a9c3be52725c97918ee989ca 100644
--- a/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.h
+++ b/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.h
@@ -37,7 +37,7 @@ std::unique_ptr<AXValue> CreateRelatedNodeListValue(
std::unique_ptr<AXValue> CreateRelatedNodeListValue(AXRelatedObjectVector&,
const String& value_type);
std::unique_ptr<AXValue> CreateRelatedNodeListValue(
- AXObjectImpl::AXObjectVector& ax_objects,
+ AXObjectImpl::AXObjectImplVector& ax_objects,
const String& value_type = AXValueTypeEnum::IdrefList);
std::unique_ptr<AXValueSource> CreateValueSource(NameSource&);

Powered by Google App Engine
This is Rietveld 408576698