Changeset 107326 in webkit
- Timestamp:
- Feb 9, 2012, 5:38:20 PM (15 years ago)
- Location:
- branches/chromium/1025
- Files:
-
- 1 edited
- 2 copied
-
LayoutTests/fast/multicol/span/split-inline-wrong-post-block-crash-expected.txt (copied) (copied from trunk/LayoutTests/fast/multicol/span/split-inline-wrong-post-block-crash-expected.txt )
-
LayoutTests/fast/multicol/span/split-inline-wrong-post-block-crash.html (copied) (copied from trunk/LayoutTests/fast/multicol/span/split-inline-wrong-post-block-crash.html )
-
Source/WebCore/rendering/RenderInline.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/chromium/1025/Source/WebCore/rendering/RenderInline.cpp
r105771 r107326 384 384 } 385 385 386 RenderBlock* post = block->createAnonymousBlock ();386 RenderBlock* post = block->createAnonymousBlockWithSameTypeAs(pre); 387 387 388 388 RenderObject* boxFirst = madeNewBeforeBlock ? block->firstChild() : pre->nextSibling();
Note:
See TracChangeset
for help on using the changeset viewer.