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

Unified Diff: Source/core/dom/NodeRareData.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/dom/NodeLayoutStyle.h ('k') | Source/core/dom/NodeRenderingTraversal.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/NodeRareData.cpp
diff --git a/Source/core/dom/NodeRareData.cpp b/Source/core/dom/NodeRareData.cpp
index 5cb12296cec189bd1db98acb82c3ec46f47f3a40..65d14a36a2cba288104afc7dbc6b184b378807f3 100644
--- a/Source/core/dom/NodeRareData.cpp
+++ b/Source/core/dom/NodeRareData.cpp
@@ -66,7 +66,7 @@ DEFINE_TRACE(NodeRareData)
void NodeRareData::finalizeGarbageCollectedObject()
{
- RELEASE_ASSERT(!renderer());
+ RELEASE_ASSERT(!layoutObject());
if (m_isElementRareData)
static_cast<ElementRareData*>(this)->~ElementRareData();
else
« no previous file with comments | « Source/core/dom/NodeLayoutStyle.h ('k') | Source/core/dom/NodeRenderingTraversal.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698