Changeset 94032 in webkit
- Timestamp:
- Aug 29, 2011, 4:42:22 PM (15 years ago)
- Location:
- branches/chromium/835
- Files:
-
- 1 edited
- 2 copied
-
LayoutTests/fast/block/line-layout/inline-box-wrapper-crash-expected.txt (copied) (copied from trunk/LayoutTests/fast/block/line-layout/inline-box-wrapper-crash-expected.txt )
-
LayoutTests/fast/block/line-layout/inline-box-wrapper-crash.html (copied) (copied from trunk/LayoutTests/fast/block/line-layout/inline-box-wrapper-crash.html )
-
Source/WebCore/rendering/RenderBox.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/chromium/835/Source/WebCore/rendering/RenderBox.cpp
r91628 r94032 1366 1366 } else if (isReplaced()) { 1367 1367 setLocation(roundedIntPoint(FloatPoint(box->x(), box->y()))); 1368 if (m_inlineBoxWrapper) 1369 deleteLineBoxWrapper(); 1368 1370 m_inlineBoxWrapper = box; 1369 1371 }
Note:
See TracChangeset
for help on using the changeset viewer.