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

Unified Diff: Source/core/editing/SplitTextNodeContainingElementCommand.cpp

Issue 977113003: Rename renderer() to layoutObject(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/core/editing/SpellChecker.cpp ('k') | Source/core/editing/TypingCommand.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/SplitTextNodeContainingElementCommand.cpp
diff --git a/Source/core/editing/SplitTextNodeContainingElementCommand.cpp b/Source/core/editing/SplitTextNodeContainingElementCommand.cpp
index 29ca0bcd8278aba8c20181e76e9576e674161653..834c91a0f0f3db27c7ae7793904c20d3fae668fc 100644
--- a/Source/core/editing/SplitTextNodeContainingElementCommand.cpp
+++ b/Source/core/editing/SplitTextNodeContainingElementCommand.cpp
@@ -51,7 +51,7 @@ void SplitTextNodeContainingElementCommand::doApply()
if (!parent || !parent->parentElement() || !parent->parentElement()->hasEditableStyle())
return;
- LayoutObject* parentRenderer = parent->renderer();
+ LayoutObject* parentRenderer = parent->layoutObject();
if (!parentRenderer || !parentRenderer->isInline()) {
wrapContentsInDummySpan(parent);
Node* firstChild = parent->firstChild();
« no previous file with comments | « Source/core/editing/SpellChecker.cpp ('k') | Source/core/editing/TypingCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698