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

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

Issue 977113003: Rename renderer() to layoutObject(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase to master Created 5 years, 10 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: Source/modules/accessibility/AXTableColumn.cpp
diff --git a/Source/modules/accessibility/AXTableColumn.cpp b/Source/modules/accessibility/AXTableColumn.cpp
index 6622571475fbe5a6b3d862cfcd0214150f6ed296..b94bf87f4c1997b6dd34b667837db301098df264 100644
--- a/Source/modules/accessibility/AXTableColumn.cpp
+++ b/Source/modules/accessibility/AXTableColumn.cpp
@@ -71,7 +71,7 @@ void AXTableColumn::headerObjectsForColumn(AccessibilityChildrenVector& headers)
if (!m_parent)
return;
- LayoutObject* renderer = m_parent->renderer();
+ LayoutObject* renderer = m_parent->layoutObject();
if (!renderer)
return;

Powered by Google App Engine
This is Rietveld 408576698