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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXTableRow.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/AXTableRow.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXTableRow.h b/third_party/WebKit/Source/modules/accessibility/AXTableRow.h
index 6caef64f3e0ac46297f822ea49d09af3051eb787..8ca827b34d97b262a211f52615887da244a0f9b6 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXTableRow.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXTableRow.h
@@ -52,7 +52,7 @@ class MODULES_EXPORT AXTableRow : public AXLayoutObject {
virtual AXObjectImpl* HeaderObject();
// Retrieves the "row" headers (th, scope) from left to right for the each
// row.
- virtual void HeaderObjectsForRow(AXObjectVector&);
+ virtual void HeaderObjectsForRow(AXObjectImplVector&);
AXObjectImpl* ParentTable() const;
void SetRowIndex(int row_index) { row_index_ = row_index; }

Powered by Google App Engine
This is Rietveld 408576698