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

Unified Diff: Source/core/layout/LayoutListItem.cpp

Issue 1095043003: Convert LayoutObject renderer names. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/layout/LayoutFullScreen.cpp ('k') | Source/core/layout/LayoutMenuList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutListItem.cpp
diff --git a/Source/core/layout/LayoutListItem.cpp b/Source/core/layout/LayoutListItem.cpp
index 1403114b69e6994b696544076744ff57bca58042..96fddad21f98b5e09296f7d48fb5d85253be63e7 100644
--- a/Source/core/layout/LayoutListItem.cpp
+++ b/Source/core/layout/LayoutListItem.cpp
@@ -271,7 +271,7 @@ void LayoutListItem::updateMarkerLocationAndInvalidateWidth()
// FIXME: We should not modify the structure of the render tree
// during layout. crbug.com/370461
- DeprecatedDisableModifyRenderTreeStructureAsserts disabler;
+ DeprecatedDisableModifyLayoutTreeStructureAsserts disabler;
LayoutState* layoutState = view()->layoutState();
LayoutFlowThread* currentFlowThread = nullptr;
if (layoutState) {
« no previous file with comments | « Source/core/layout/LayoutFullScreen.cpp ('k') | Source/core/layout/LayoutMenuList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698