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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXTableColumn.cpp

Issue 1773813007: blink: Rename modules/ method to prefix with get when they collide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clash-modules: rebase-fixes Created 4 years, 9 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/AXTableColumn.cpp
diff --git a/third_party/WebKit/Source/modules/accessibility/AXTableColumn.cpp b/third_party/WebKit/Source/modules/accessibility/AXTableColumn.cpp
index e7a6c3cdcae38229adda230ad63600686025bc62..15d4bb11394f279348e309274d960d85e183441b 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXTableColumn.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/AXTableColumn.cpp
@@ -70,7 +70,7 @@ void AXTableColumn::headerObjectsForColumn(AXObjectVector& headers)
if (!m_parent)
return;
- LayoutObject* layoutObject = m_parent->layoutObject();
+ LayoutObject* layoutObject = m_parent->getLayoutObject();
if (!layoutObject)
return;

Powered by Google App Engine
This is Rietveld 408576698