Changeset 107325 in webkit
- Timestamp:
- Feb 9, 2012, 5:36:54 PM (15 years ago)
- Location:
- branches/chromium/963
- 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/963/Source/WebCore/rendering/RenderInline.cpp
r101755 r107325 386 386 } 387 387 388 RenderBlock* post = block->createAnonymousBlock ();388 RenderBlock* post = block->createAnonymousBlockWithSameTypeAs(pre); 389 389 390 390 RenderObject* boxFirst = madeNewBeforeBlock ? block->firstChild() : pre->nextSibling();
Note:
See TracChangeset
for help on using the changeset viewer.